SensitivityClassification.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 relative sensitivity rank for the query associated with the active SqlDataReader.
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.SensitivityRankPublic ReadOnly Property SensitivityRank As SensitivityRankProperty Value
Relative sensitivity ranking for this query.
Remarks
A relative sensitivity ranking of the query. Available values are as below:
| Sensitivity Rank | Description | 
|---|---|
| -1 | Not Defined (default) | 
| 0 | None | 
| 10 | Low | 
| 20 | Medium | 
| 30 | High | 
| 40 | Critical |