다음을 통해 공유


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 네임스페이스