ObjectType 列挙体

MDS モデル オブジェクトの種類を指定する値を格納します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.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

メンバー

メンバー名 説明
Unknown オブジェクトの種類が標準オブジェクトの種類の 1 つではないことを指定します。
Model MDS モデルを指定します。
DerivedHierarchy 派生階層を指定します。
DerivedHierarchyLevel 派生階層のレベルを指定します。
Version モデル バージョンを指定します。
Entity エンティティを指定します。
Hierarchy 階層を指定します。
Attribute 属性を指定します。
AttributeGroup 属性グループを指定します。
StagingBatch ステージング レコードのバッチを指定します。
VersionFlag バージョン フラグを指定します。
User MDS ユーザーを指定します。
MemberCode メンバーのコード (ビジネス キー) を指定します。
Annotation 注釈を指定します。
BusinessRule ビジネス ルールを指定します。
BusinessRuleConditionTreeNode ビジネス ルールの条件ツリー上のノードを指定します。
BusinessRuleItem 条件やアクションなどのビジネス ルール アイテムを指定します。
BusinessRuleArgument ビジネス ルール引数を指定します。
Transaction トランザクション レコードを指定します。
MemberId メンバーの整数 ID キーを指定します。
ExportView エクスポート ビューを指定します。
UserGroup ユーザー グループを指定します。
MemberAttribute メンバー属性を指定します。

関連項目

参照

Microsoft.MasterDataServices 名前空間