Package | Description |
---|---|
com.microsoft.sqlserver.jdbc.dataclassification |
Modifier and Type | Method | Description |
---|---|---|
Label |
SensitivityProperty.getLabel() |
Returns the label data for this
SensitivityProperty Object |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Label> |
SensitivityClassification.getLabels() |
Returns the labels for this
SensitivityClassification Object |
Constructor | Description |
---|---|
SensitivityProperty(Label label,
InformationType informationType) |
Constructs a SensitivityProperty
|
Constructor | Description |
---|---|
SensitivityClassification(java.util.List<Label> labels,
java.util.List<InformationType> informationTypes,
java.util.List<ColumnSensitivity> columnSensitivity) |
Constructs a
SensitivityClassification Object |
Copyright © 2018 Microsoft Corporation. All rights reserved.