Microsoft.Data.SqlClient.DataClassification.SensitivityClassification
Provides the functionality to retrieve Sensitivity Classification data as received from SQL Server for the active SqlDataReader.
Returns the column sensitivity for this SensitivityClassification Object
Returns the information types collection for this SensitivityClassification Object
Returns the labels collection for this SensitivityClassification Object
Returns the relative sensitivity rank for the query associated with the active SqlDataReader.
public SensitivityClassification(IList<Label> labels, IList<InformationType> informationTypes, IList<ColumnSensitivity> columnSensitivity, SensitivityRank sensitivityRank)
Initializes a new instance of the SensitivityClassification class.