Class SensitivityProperty


  • public class SensitivityProperty
    extends Object
    Represents the Data Classification Sensitivity Property as received from SQL Server for the active resultSet
    • Constructor Detail

      • SensitivityProperty

        public SensitivityProperty​(Label label,
                                   InformationType informationType)
        Constructs a SensitivityProperty
        Parameters:
        label - Label as received from SQL Server for this SensitivityProperty
        informationType - InformationType as received from SQL Server for this SensitivityProperty
    • Method Detail

      • getLabel

        public Label getLabel()
        Returns the label data for this SensitivityProperty Object
        Returns:
        label
      • getInformationType

        public InformationType getInformationType()
        Returns the information type data for this SensitivityProperty Object
        Returns:
        informationType