次の方法で共有


SensitivityClassification.InformationTypes プロパティ

定義

この 'SensitivityClassification' オブジェクトの情報型コレクションを返します

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Data::SqlClient::DataClassification::InformationType ^> ^ InformationTypes { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Data::SqlClient::DataClassification::InformationType ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Data.SqlClient.DataClassification.InformationType> InformationTypes { get; }
member this.InformationTypes : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Data.SqlClient.DataClassification.InformationType>
Public ReadOnly Property InformationTypes As ReadOnlyCollection(Of InformationType)

プロパティ値

情報の種類の一覧。

適用対象