Wyliczenie AttributeValueType
Zawiera wartości określających typ danych atrybut.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.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 | Atrybut Typ danych jest nieokreślony. | |
String | Określa, że typ danych atrybut tekstu ciąg. | |
Number | Określa atrybut typ danych Liczba. | |
DateTime | Określa, że typ danych atrybut Data i czas wartości. | |
Domain | Określa, że typ danych atrybut domena-na podstawie wartości. | |
File | Określa typ danych atrybut pliku (dużego obiektu binarnego lub BLOB). |