Поделиться через


Перечисление AttributeDataType

Specifies the data types of a member attribute.

Пространство имен:  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 The attribute value can only be DateTime.
Link The attribute value can only be a Universal Naming Convention (UNC) link.
NotSpecified The data type has not been specified.
Number The attribute value can only be numeric.
Text The attribute value can be alphabetic and some special characters.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts