SensitivityProperty Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SensitivityProperty(Label, InformationType) | |
SensitivityProperty(Label, InformationType, SensitivityRank) |
Initialisiert eine neue Instanz der SensitivityProperty-Klasse. |
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)
Parameter
- label
- Label
- informationType
- InformationType
Gilt für:
SensitivityProperty(Label, InformationType, SensitivityRank)
Initialisiert eine neue Instanz der SensitivityProperty-Klasse.
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)
Parameter
- label
- Label
Bezeichnung für diese SensitivityProperty.
- informationType
- InformationType
Informationstyp für diese SensitivityProperty.
- sensitivityRank
- SensitivityRank
Vertraulichkeitsrang für diese SensitivityProperty.