次の方法で共有


AttributeDataType 列挙体

属性のデータ型を指定する値を格納します。

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

構文

'宣言
<DataContractAttribute(Name := "AttributeDataType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration AttributeDataType
'使用
Dim instance As AttributeDataType
[DataContractAttribute(Name = "AttributeDataType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeDataType
[DataContractAttribute(Name = L"AttributeDataType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class AttributeDataType
[<DataContractAttribute(Name = "AttributeDataType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeDataType
public enum AttributeDataType

メンバー

メンバー名 説明
NotSpecified 属性のデータ型は指定されていません。
Text 属性のデータ型はテキストです。
Number 属性のデータ型は数値です。
DateTime 属性のデータ型は DateTime です。
Link 属性のデータ型はリンクです。