AttributeValueType 列挙体
属性のデータ型を指定する値を格納します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataContractAttribute(Name := "AttributeValueType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration AttributeValueType
'使用
Dim instance As AttributeValueType
[DataContractAttribute(Name = "AttributeValueType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeValueType
[DataContractAttribute(Name = L"AttributeValueType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class AttributeValueType
[<DataContractAttribute(Name = "AttributeValueType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeValueType
public enum AttributeValueType
メンバー
メンバー名 | 説明 | |
---|---|---|
NotSpecified | 属性のデータ型は指定されません。 | |
String | 属性のデータ型がテキスト文字列であることを指定します。 | |
Number | 属性のデータ型が数値であることを指定します。 | |
DateTime | 属性のデータ型が日付時刻値であることを指定します。 | |
Domain | 属性のデータ型がドメインベースの値であることを指定します。 | |
File | 属性のデータ型がファイル (バイナリ ラージ オブジェクト: BLOB) であることを指定します。 |