<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.2" />

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

public ReadOnlyCollection<Label> Labels { get; }

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.