次の方法で共有


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 オブジェクトで表されるデータ フィールドに適用されるメタデータ属性のコレクション。

適用対象