次の方法で共有


AttributeDataType 列挙体

メンバー属性のデータ型を指定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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

メンバー

メンバー名 説明
DateTime 属性値には DateTime のみ指定できます。
Link 属性値には汎用名前付け規則 (UNC) リンクのみ指定できます。
NotSpecified データ型が指定されていません。
Number 属性値には数値のみ指定できます。
Text 属性値には英文字と一部の特殊文字を指定できます。

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間