MetaColumn.Attributes 속성

정의

MetaColumn 개체가 나타내는 데이터 필드에 적용하는 메타데이터 특성의 컬렉션을 가져옵니다.

public:
 property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public ReadOnly Property Attributes As AttributeCollection

속성 값

AttributeCollection

MetaColumn 개체가 나타내는 데이터 필드에 적용하는 메타데이터 특성의 컬렉션입니다.

적용 대상