다음을 통해 공유


AttributeValueType 열거형

Contains values specifying the data type of an attribute.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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 The attribute data type is unspecified.
String Specifies that the attribute data type is a text string.
Number Specifies that the attribute data type is a number.
DateTime Specifies that the attribute data type is a date and time value.
Domain Specifies that the attribute data type is a domain-based value.
File Specifies that the attribute data type is a file (Binary Large Object, or BLOB).

참고 항목

참조

Microsoft.MasterDataServices 네임스페이스