Wyliczenie AttributeDataType
Zawiera wartości określających typ danych atrybutów.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataContractAttribute(Name := "AttributeDataType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration AttributeDataType
'Użycie
Dim instance As AttributeDataType
[DataContractAttribute(Name = "AttributeDataType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeDataType
[DataContractAttribute(Name = L"AttributeDataType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class AttributeDataType
[<DataContractAttribute(Name = "AttributeDataType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeDataType
public enum AttributeDataType
Elementy członkowskie
Nazwa elementu członkowskiego | Opis | |
---|---|---|
NotSpecified | Typ danych atrybut jest nieokreślony. | |
Text | Typ danych atrybut jest tekst. | |
Number | Typ danych atrybut jest liczbą. | |
DateTime | Typ danych atrybut jest DateTime. | |
Link | Typ danych atrybut jest łącze. |