다음을 통해 공유


AttributeDataType 열거형

Contains values specifying the attribute data type.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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

멤버

멤버 이름 설명
NotSpecified The attribute is unspecified.
Text Specifies that the attribute is text.
Number Specifies that the attribute is a number.
DateTime Specifies that the attribute is a date and time value.
Link Specifies that the attribute is a link.

참고 항목

참조

Microsoft.MasterDataServices 네임스페이스