SqlDataReader.SensitivityClassification Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the SensitivityClassification information with the SqlDataReader.
public:
 property Microsoft::Data::SqlClient::DataClassification::SensitivityClassification ^ SensitivityClassification { Microsoft::Data::SqlClient::DataClassification::SensitivityClassification ^ get(); };
	public Microsoft.Data.SqlClient.DataClassification.SensitivityClassification SensitivityClassification { get; }
	member this.SensitivityClassification : Microsoft.Data.SqlClient.DataClassification.SensitivityClassification
	Public ReadOnly Property SensitivityClassification As SensitivityClassification
	Property Value
The SensitivityClassification associated with the SqlDataReader.