<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview3.26238.4" />

Microsoft.Data.SqlClient.DataClassification.SensitivityProperty

public sealed 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 = -1)

Initializes a new instance of the SensitivityProperty class.