<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview2.26190.5" />

Microsoft.Data.SqlClient.DataClassification.SensitivityProperty

public class SensitivityProperty
Represents the Data Classification Sensitivity Information for columns as configured in Database.

Returns the information type for this SensitivityProperty Object

public Label Label { get; }

Returns the label for this SensitivityProperty Object

Returns the sensitivity rank for this SensitivityProperty Object

public SensitivityProperty(Label label, InformationType informationType, SensitivityRank sensitivityRank)

Initializes a new instance of the SensitivityProperty class.