SensitivityProperty Constructors

Definition

Overloads

SensitivityProperty(Label, InformationType)

C#
public SensitivityProperty (Microsoft.Data.SqlClient.DataClassification.Label label, Microsoft.Data.SqlClient.DataClassification.InformationType informationType);

Parameters

label
Label
informationType
InformationType

Applies to

SqlClient .NET Core 2.0 a ďalšie verzie
Produkt Verzie
SqlClient .NET Core 1.0, 1.1, 2.0
SqlClient .NET Framework 1.0, 1.1, 2.0
SqlClient .NET Standard 1.0, 1.1, 2.0

SensitivityProperty(Label, InformationType, SensitivityRank)

Initializes a new instance of the SensitivityProperty class.

C#
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);
C#
public SensitivityProperty (Microsoft.Data.SqlClient.DataClassification.Label label, Microsoft.Data.SqlClient.DataClassification.InformationType informationType, Microsoft.Data.SqlClient.DataClassification.SensitivityRank sensitivityRank);

Parameters

label
Label

Label for this SensitivityProperty.

informationType
InformationType

Information type for this SensitivityProperty.

sensitivityRank
SensitivityRank

Sensitivity rank for this SensitivityProperty.

Applies to

SqlClient .NET Core 5.2 a ďalšie verzie
Produkt Verzie
SqlClient .NET Core 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2