共用方式為


MetadataAttribute.DataTypeInformation 屬性

Gets or sets the data type information.

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

語法

'宣告
<DataMemberAttribute> _
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]
public Nullable<int> DataTypeInformation { get; set; }
[DataMemberAttribute]
public:
property Nullable<int> DataTypeInformation {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute>]
member DataTypeInformation : Nullable<int> with get, set
function get DataTypeInformation () : Nullable<int>
function set DataTypeInformation (value : Nullable<int>)

屬性值

型別:System.Nullable<Int32>
An integer that represents the information.

請參閱

參考

MetadataAttribute 類別

Microsoft.MasterDataServices 命名空間