Wyliczenie AttributeValueType
Zawiera wartości określające typ danych atrybut.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataContractAttribute(Name := "AttributeValueType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration AttributeValueType
'Użycie
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
Elementy członkowskie
| Nazwa elementu członkowskiego | Opis | |
|---|---|---|
| NotSpecified | Wpisz wartość atrybut jest nieokreślony. | |
| String | Wartości ciąg tekstowego. | |
| Number | Wartość liczby. | |
| DateTime | Data i czas wartości. | |
| Domain | A domena-na podstawie wartości. | |
| File | Plik (dużego obiektu binarnego lub BLOB) wartość. |