MetadataAttribute.DataTypeInformation 属性

Gets or sets the information of the data type.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False)> _
Public Property DataTypeInformation As Nullable(Of Integer)
    Get 
    Set
用法
Dim instance As MetadataAttribute 
Dim value As Nullable(Of Integer)

value = instance.DataTypeInformation

instance.DataTypeInformation = value
[DataMemberAttribute(IsRequired = false)]
public Nullable<int> DataTypeInformation { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property Nullable<int> DataTypeInformation {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute(IsRequired = false)>]
member DataTypeInformation : Nullable<int> with get, set
function get DataTypeInformation () : Nullable<int>
function set DataTypeInformation (value : Nullable<int>)

属性值

类型:System.Nullable<Int32>
The information of the data type.

请参阅

参考

MetadataAttribute 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间