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 对象表示的数据字段的元数据特性的集合。

适用于