共用方式為


SensitivityClassification.Labels 屬性

定義

傳回這個 'SensitivityClassification' 物件的標籤集合

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

屬性值

標籤清單。

適用於