다음을 통해 공유


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)

속성 값

레이블 목록입니다.

적용 대상