次の方法で共有


ObjectType 列挙体

マスター データ管理 (MDM) オブジェクトの種類を指定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataContractAttribute(Name := "ObjectType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ObjectType
'使用
Dim instance As ObjectType
[DataContractAttribute(Name = "ObjectType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ObjectType
[DataContractAttribute(Name = L"ObjectType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class ObjectType
[<DataContractAttribute(Name = "ObjectType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ObjectType
public enum ObjectType

メンバー

メンバー名 説明
Annotation 注釈。
Attribute 属性。
AttributeGroup 属性グループ。
BusinessRule ビジネス ルール。
BusinessRuleArgument ビジネス ルールの条件またはアクション内の引数。
BusinessRuleConditionTreeNode ビジネス ルールの条件ツリー上のノード。
BusinessRuleItem 条件やアクションなどのビジネス ルール アイテム。
DerivedHierarchy 派生階層。
DerivedHierarchyLevel 派生階層のレベル。
Entity エンティティ。
ExportView エクスポート ビュー。
Hierarchy 階層。
MemberAttribute メンバーの属性。
MemberCode メンバーのコード (ビジネス キー)。
MemberId メンバーの整数識別子キー。
Model マスター データ サービス (MDS) モデル。
StagingBatch ステージング レコードのバッチ。
Transaction トランザクション レコード。
Unknown いずれかの標準オブジェクト型ではありません。
User マスター データ サービス (MDS) ユーザー。
UserGroup ユーザー グループ。
Version モデル バージョン。
VersionFlag バージョン フラグ。

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間