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

属性值

应用于对象所表示 MetaColumn 的数据字段的元数据属性的集合。

适用于