MetadataAttribute.DataTypeInformation プロパティ

データ型情報を取得または設定します。

名前空間:  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>
情報を表す整数。

関連項目

参照

MetadataAttribute クラス

Microsoft.MasterDataServices 名前空間