AttributeDataType 列挙体
属性のデータ型を指定する値を格納します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.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 | 属性が日付時刻値であることを指定します。 | |
Link | 属性がリンクであることを指定します。 |