Class SensitivityProperty
java.lang.Object
com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty
public class SensitivityProperty
extends java.lang.Object
Represents the Data Classification Sensitivity Property as received from SQL Server for the active resultSet
-
Constructor Summary
Constructors Constructor Description SensitivityProperty(Label label, InformationType informationType)Constructs a SensitivityProperty -
Method Summary
Modifier and Type Method Description InformationTypegetInformationType()Returns the information type data for thisSensitivityPropertyObjectLabelgetLabel()Returns the label data for thisSensitivityPropertyObject
-
Constructor Details
-
SensitivityProperty
Constructs a SensitivityProperty- Parameters:
label- Label as received from SQL Server for this SensitivityPropertyinformationType- InformationType as received from SQL Server for this SensitivityProperty
-
-
Method Details
-
getLabel
Returns the label data for thisSensitivityPropertyObject- Returns:
- label
-
getInformationType
Returns the information type data for thisSensitivityPropertyObject- Returns:
- informationType
-