<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview1.26124.5" />

Microsoft.Data.SqlClient.DataClassification.SensitivityProperty

public sealed class SensitivityProperty
Represents the Data Classification Sensitivity Information for columns as configured in Database.
namespace Microsoft.Data.SqlClient.DataClassification { public sealed class SensitivityProperty { public Label Label { get; } public InformationType InformationType { get; } public SensitivityRank SensitivityRank { get; } public SensitivityProperty(Label label, InformationType informationType, SensitivityRank sensitivityRank = SensitivityRank.NOT_DEFINED); } }