SensitivityProperty.SensitivityRank Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the sensitivity rank for this 'SensitivityProperty' Object
public:
property Microsoft::Data::SqlClient::DataClassification::SensitivityRank SensitivityRank { Microsoft::Data::SqlClient::DataClassification::SensitivityRank get(); };
public Microsoft.Data.SqlClient.DataClassification.SensitivityRank SensitivityRank { get; }
member this.SensitivityRank : Microsoft.Data.SqlClient.DataClassification.SensitivityRank
Public ReadOnly Property SensitivityRank As SensitivityRank
Property Value
Sensitivity rank for this SensitivityProperty.
Remarks
A relative sensitivity ranking of a column that is part of percolumn data. Available values are as below:
Sensitivity Rank | Description |
---|---|
-1 | Not Defined (default) |
0 | None |
10 | Low |
20 | Medium |
30 | High |
40 | Critical |