DataTypeInformation 屬性
Gets or sets the DataTypeInformation.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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< (Of < ( <'Int32> ) > ) >
Integer representing the information.