다음을 통해 공유


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