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 that specify the model permission types.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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 | |
|---|---|---|
| None | The permission type is unspecified. | |
| Model | Specifies the model permission type. | |
| Entity | Specifies the entity permission type. | |
| Attribute | Specifies the attribute model permission type. | |
| AttributeGroup | Specifies the attribute group model permission type. | |
| ExplicitHierarchy | Specifies the explicit hierarchy permission type. | |
| DerivedHierarchy | Specifies the derived hierarchy permission type. | |
| LeafMemberType | Specifies the leaf member permission type. | |
| ConsolidatedMemberType | Specifies the consolidated member permission type. | |
| CollectionMemberType | Specifies the collection member permission type. |