ModelObjectType 枚举

Specifies the model permission types.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataContractAttribute(Name := "ModelObjectType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ModelObjectType
用法
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

成员

成员名称 说明
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 已过时。The model permission type is DerivedHierarchy.
Entity The model permission type is Entity.
ExplicitHierarchy 已过时。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.

请参阅

参考

Microsoft.MasterDataServices.Services.DataContracts 命名空间