Wyliczenie AttributeType
Zawiera wartości określających typ atrybut.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataContractAttribute(Name := "AttributeType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration AttributeType
'Użycie
Dim instance As AttributeType
[DataContractAttribute(Name = "AttributeType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeType
[DataContractAttribute(Name = L"AttributeType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class AttributeType
[<DataContractAttribute(Name = "AttributeType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeType
public enum AttributeType
Elementy członkowskie
Nazwa elementu członkowskiego | Opis | |
---|---|---|
NotSpecified | Typ atrybut jest nieokreślony. | |
FreeForm | Atrybut dowolnych (tekst, liczbowe lub data). | |
Domain | A domena-na podstawie atrybutu (odwołanie do element członkowski obiekt). | |
System | Atrybut standardowego systemu. | |
File | Atrybut przechowywania pliku. |