다음을 통해 공유


AttributeType 열거형

Contains values specifying the attribute type.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataContractAttribute(Name := "AttributeType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration AttributeType
‘사용 방법
Dim instance As AttributeType
[DataContractAttribute(Name = "AttributeType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeType
[DataContractAttribute(Name = L"AttributeType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class AttributeType
[<DataContractAttribute(Name = "AttributeType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeType
public enum AttributeType

멤버

멤버 이름 설명
NotSpecified The type of attribute is unspecified.
FreeForm Specifies a free-form attribute (text, numeric, or date).
Domain Specifies a domain-based attribute (reference to an entity member).
System Specifies a standard system attribute.
File Specifies a file storage attribute.