共用方式為


AttributeValueType 列舉

Specifies the value types of a member attribute.

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

成員

成員名稱 說明
DateTime The attribute value can only be DateTime.
Domain The attribute value is selected from a domain list.
File The attribute value contains the contents of a file.
NotSpecified The attribute value type has not been specified.
Number The attribute value can only be numeric.
String The attribute value can be alphabetic and some special characters.

請參閱

參考

Microsoft.MasterDataServices.Services.DataContracts 命名空間