共用方式為


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)

屬性值

資訊類型清單。

適用於