モデル権限の種類を指定します。
名前空間: 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 | モデル権限の種類は Attribute です。 | |
| AttributeGroup | モデル権限の種類は AttributeGroup です。 | |
| CollectionMemberType | モデル権限の種類は CollectionMemberType です。 | |
| ConsolidatedMemberType | モデル権限の種類は ConsolidatedMemberType です。 | |
| DerivedHierarchy | 互換性のために残されています。モデル権限の種類は DerivedHierarchy です。 | |
| Entity | モデル権限の種類は Entity です。 | |
| ExplicitHierarchy | 互換性のために残されています。モデル権限の種類は ExplicitHierarchy です。 | |
| LeafMemberType | モデル権限の種類は LeafMemberType です。 | |
| Model | モデル権限の種類は Model です。 | |
| None | モデル権限の種類は None です。 |