Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains values specifying the attribute type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "AttributeType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration AttributeType
'Usage
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| NotSpecified | The type of attribute is unspecified. | |
| FreeForm | Specifies a free-form attribute (text, numeric, or date). | |
| Domain | Specifies a domain-based attribute (reference to an entity member). | |
| System | Specifies a standard system attribute. | |
| File | Specifies a file storage attribute. |