إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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
Members
| Member name | Description | |
|---|---|---|
| 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. |