Compartir a través de


Enumeración AttributeValueType

Contains values specifying the data type of an attribute.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<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

Miembros

Nombre del miembro Descripción
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).

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices