次の方法で共有


MetadataAttribute.DataTypeInformation プロパティ

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

名前空間:  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>
データ型の情報。

関連項目

参照

MetadataAttribute クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間