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.