SensitivityProperty Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SensitivityProperty(Label, InformationType) | |
SensitivityProperty(Label, InformationType, SensitivityRank) |
Inicializa uma nova instância da classe SensitivityProperty. |
SensitivityProperty(Label, InformationType)
public:
SensitivityProperty(Microsoft::Data::SqlClient::DataClassification::Label ^ label, Microsoft::Data::SqlClient::DataClassification::InformationType ^ informationType);
public SensitivityProperty (Microsoft.Data.SqlClient.DataClassification.Label label, Microsoft.Data.SqlClient.DataClassification.InformationType informationType);
new Microsoft.Data.SqlClient.DataClassification.SensitivityProperty : Microsoft.Data.SqlClient.DataClassification.Label * Microsoft.Data.SqlClient.DataClassification.InformationType -> Microsoft.Data.SqlClient.DataClassification.SensitivityProperty
Public Sub New (label As Label, informationType As InformationType)
Parâmetros
- label
- Label
- informationType
- InformationType
Aplica-se a
SensitivityProperty(Label, InformationType, SensitivityRank)
Inicializa uma nova instância da classe SensitivityProperty.
public:
SensitivityProperty(Microsoft::Data::SqlClient::DataClassification::Label ^ label, Microsoft::Data::SqlClient::DataClassification::InformationType ^ informationType, Microsoft::Data::SqlClient::DataClassification::SensitivityRank sensitivityRank);
public SensitivityProperty (Microsoft.Data.SqlClient.DataClassification.Label label, Microsoft.Data.SqlClient.DataClassification.InformationType informationType, Microsoft.Data.SqlClient.DataClassification.SensitivityRank sensitivityRank = Microsoft.Data.SqlClient.DataClassification.SensitivityRank.NOT_DEFINED);
public SensitivityProperty (Microsoft.Data.SqlClient.DataClassification.Label label, Microsoft.Data.SqlClient.DataClassification.InformationType informationType, Microsoft.Data.SqlClient.DataClassification.SensitivityRank sensitivityRank);
new Microsoft.Data.SqlClient.DataClassification.SensitivityProperty : Microsoft.Data.SqlClient.DataClassification.Label * Microsoft.Data.SqlClient.DataClassification.InformationType * Microsoft.Data.SqlClient.DataClassification.SensitivityRank -> Microsoft.Data.SqlClient.DataClassification.SensitivityProperty
Public Sub New (label As Label, informationType As InformationType, Optional sensitivityRank As SensitivityRank = Microsoft.Data.SqlClient.DataClassification.SensitivityRank.NOT_DEFINED)
Public Sub New (label As Label, informationType As InformationType, sensitivityRank As SensitivityRank)
Parâmetros
- label
- Label
Rótulo para esta SensitivityProperty.
- informationType
- InformationType
Tipo de informação para esta SensitivityProperty.
- sensitivityRank
- SensitivityRank
Classificação de confidencialidade para esta SensitivityProperty.