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