SensitivityProperty Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SensitivityProperty(Label, InformationType) | |
SensitivityProperty(Label, InformationType, SensitivityRank) |
Initializes a new instance of the SensitivityProperty class. |
public:
SensitivityProperty(Microsoft::Data::SqlClient::DataClassification::Label ^ label, Microsoft::Data::SqlClient::DataClassification::InformationType ^ informationType);
C#
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)
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 |
Initializes a new instance of the SensitivityProperty class.
public:
SensitivityProperty(Microsoft::Data::SqlClient::DataClassification::Label ^ label, Microsoft::Data::SqlClient::DataClassification::InformationType ^ informationType, Microsoft::Data::SqlClient::DataClassification::SensitivityRank sensitivityRank);
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);
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)
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 |