次の方法で共有


MetadataAttribute.DataTypeInformation プロパティ

定義

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

public:
 property Nullable<int> DataTypeInformation { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? DataTypeInformation { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DataTypeInformation : Nullable<int> with get, set
Public Property DataTypeInformation As Nullable(Of Integer)

プロパティ値

情報を表す整数。

属性

適用対象