다음을 통해 공유


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 네임스페이스