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.