SensitivityClassification Class
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.
Provides the functionlity to retrieve Sensitivity Classification data as received from SQL Server for the active 'SqlDataReader'
public sealed class SensitivityClassification
public class SensitivityClassification
type SensitivityClassification = class
Public NotInheritable Class SensitivityClassification
Public Class SensitivityClassification
- Inheritance
-
SensitivityClassification
Constructors
| SensitivityClassification(IList<Label>, IList<InformationType>, IList<ColumnSensitivity>, SensitivityRank) |
Initializes a new instance of the SensitivityClassification class. |
Properties
| ColumnSensitivities |
Returns the column sensitivity for this 'SensitivityClassification' Object |
| InformationTypes |
Returns the information types collection for this 'SensitivityClassification' Object |
| Labels |
Returns the labels collection for this 'SensitivityClassification' Object |
| SensitivityRank |
Returns the relative sensitivity rank for the query associated with the active 'SqlDataReader'. |