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.
Specifies the model permission types.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ModelObjectType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ModelObjectType
'Usage
Dim instance As ModelObjectType
[DataContractAttribute(Name = "ModelObjectType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ModelObjectType
[DataContractAttribute(Name = L"ModelObjectType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class ModelObjectType
[<DataContractAttribute(Name = "ModelObjectType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelObjectType
public enum ModelObjectType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Attribute | The model permission type is Attribute. | |
| AttributeGroup | The model permission type is AttributeGroup. | |
| CollectionMemberType | The model permission type is CollectionMemberType. | |
| ConsolidatedMemberType | The model permission type is ConsolidatedMemberType. | |
| DerivedHierarchy | Veraltet The model permission type is DerivedHierarchy. | |
| Entity | The model permission type is Entity. | |
| ExplicitHierarchy | Veraltet The model permission type is ExplicitHierarchy. | |
| LeafMemberType | The model permission type is LeafMemberType. | |
| Model | The model permission type is Model. | |
| None | The model permission type is None. |
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace