SensitivityProperty Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SensitivityProperty(Label, InformationType) | |
SensitivityProperty(Label, InformationType, SensitivityRank) |
Inizializza una nuova istanza della 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)
Parametri
- label
- Label
- informationType
- InformationType
Si applica a
SensitivityProperty(Label, InformationType, SensitivityRank)
Inizializza una nuova istanza della 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)
Parametri
- label
- Label
Etichetta per questa proprietà SensitivityProperty.
- informationType
- InformationType
Tipo di informazioni per sensitivityProperty.
- sensitivityRank
- SensitivityRank
Classificazione di riservatezza per questo sensitivityProperty.