Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Specifies the value types of a member attribute.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "AttributeValueType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration AttributeValueType
'Uso
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
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts