Uses of Class
com.microsoft.sqlserver.jdbc.dataclassification.Label
-
Packages that use Label Package Description com.microsoft.sqlserver.jdbc.dataclassification -
-
Uses of Label in com.microsoft.sqlserver.jdbc.dataclassification
Methods in com.microsoft.sqlserver.jdbc.dataclassification that return Label Modifier and Type Method Description Label
SensitivityProperty. getLabel()
Returns the label data for thisSensitivityProperty
ObjectMethods in com.microsoft.sqlserver.jdbc.dataclassification that return types with arguments of type Label Modifier and Type Method Description List<Label>
SensitivityClassification. getLabels()
Returns the labels for thisSensitivityClassification
ObjectConstructors in com.microsoft.sqlserver.jdbc.dataclassification with parameters of type Label Constructor Description SensitivityProperty(Label label, InformationType informationType)
Constructs a SensitivityPropertySensitivityProperty(Label label, InformationType informationType, int sensitivityRank)
Constructs a SensitivityPropertyConstructor parameters in com.microsoft.sqlserver.jdbc.dataclassification with type arguments of type Label Constructor Description SensitivityClassification(List<Label> labels, List<InformationType> informationTypes, List<ColumnSensitivity> columnSensitivity)
Constructs aSensitivityClassification
ObjectSensitivityClassification(List<Label> labels, List<InformationType> informationTypes, List<ColumnSensitivity> columnSensitivity, int sensitivityRank)
Constructs aSensitivityClassification
Object
-