Wyliczenie AttributeType
Zawiera wartości określających typ atrybut.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.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 | Określa atrybut dowolnych (tekst, liczbowe lub data). | |
Domain | Określa domena-na podstawie atrybutu (odwołanie do element członkowski obiekt). | |
System | Określa atrybut standardowego systemu. | |
File | Określa atrybut przechowywania pliku. |