共用方式為


MetadataAttribute.DataType 屬性

Gets or sets the data type.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DataType As AttributeDataType
    Get
    Set
'用途
Dim instance As MetadataAttribute
Dim value As AttributeDataType

value = instance.DataType

instance.DataType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public AttributeDataType DataType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property AttributeDataType DataType {
    AttributeDataType get ();
    void set (AttributeDataType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DataType : AttributeDataType with get, set
function get DataType () : AttributeDataType
function set DataType (value : AttributeDataType)

屬性值

型別:Microsoft.MasterDataServices.AttributeDataType
A new instance of type AttributeDataType.

請參閱

參考

MetadataAttribute 類別

Microsoft.MasterDataServices 命名空間