MetadataAttribute.DataType 속성
Gets or sets the data type of the attribute.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property DataType As AttributeDataType
Get
Set
‘사용 방법
Dim instance As MetadataAttribute
Dim value As AttributeDataType
value = instance.DataType
instance.DataType = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public AttributeDataType DataType { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property AttributeDataType DataType {
AttributeDataType get ();
void set (AttributeDataType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member DataType : AttributeDataType with get, set
function get DataType () : AttributeDataType
function set DataType (value : AttributeDataType)
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType
The data type of the attribute.