共用方式為


AttributeType 列舉

Specifies the type of an attribute.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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

成員

成員名稱 說明
Domain The attribute value is selected from a domain list.
File The attribute value contains the contents of a file.
FreeForm The attribute value is free form entered but constrained by the AttributeDataType.
NotSpecified The attribute type has not been specified.
System The attribute is a hidden system attribute.

請參閱

參考

Microsoft.MasterDataServices.Services.DataContracts 命名空間