Sdílet prostřednictvím


SensitivityProperty Konstruktory

Definice

Přetížení

SensitivityProperty(Label, InformationType)
SensitivityProperty(Label, InformationType, SensitivityRank)

Inicializuje novou instanci SensitivityProperty třídy.

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)

Parametry

label
Label
informationType
InformationType

Platí pro

SensitivityProperty(Label, InformationType, SensitivityRank)

Inicializuje novou instanci SensitivityProperty třídy.

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)

Parametry

label
Label

Popisek pro tuto citlivostNíProperty.

informationType
InformationType

Typ informací pro tuto citlivostNíProperty.

sensitivityRank
SensitivityRank

Pořadí citlivosti pro tuto citlivostNíProperty.

Platí pro