MetadataAttribute.DataType プロパティ

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

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DataType As AttributeDataType
    Get
    Set
'使用
Dim instance As MetadataAttribute
Dim value As AttributeDataType

value = instance.DataType

instance.DataType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public AttributeDataType DataType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property AttributeDataType DataType {
    AttributeDataType get ();
    void set (AttributeDataType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DataType : AttributeDataType with get, set
function get DataType () : AttributeDataType
function set DataType (value : AttributeDataType)

プロパティ値

型: Microsoft.MasterDataServices.AttributeDataType
AttributeDataType 型の新しいインスタンス。

関連項目

参照

MetadataAttribute クラス

Microsoft.MasterDataServices 名前空間