AttributeValueType 列挙体
属性のデータ型を指定する値を格納します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.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) の値。 |