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 java.util.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 SensitivityPropertyConstructor parameters in com.microsoft.sqlserver.jdbc.dataclassification with type arguments of type Label Constructor Description SensitivityClassification(java.util.List<Label> labels, java.util.List<InformationType> informationTypes, java.util.List<ColumnSensitivity> columnSensitivity)
Constructs aSensitivityClassification
Object
-