言語

ObjectType 列挙型

定義

マスターデータモデルオブジェクトの種類を指定します。

public enum class ObjectType
[System.Runtime.Serialization.DataContract(Name="ObjectType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ObjectType
[<System.Runtime.Serialization.DataContract(Name="ObjectType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ObjectType = 
Public Enum ObjectType
継承
ObjectType
属性

フィールド

名前 説明
Unknown 0

Unknown

Model 1

Model

DerivedHierarchy 2

DerivedHierarchy

DerivedHierarchyLevel 3

DerivedHierarchyLevel

Version 4

Version

Entity 5

Entity

Hierarchy 6

ExplicitHierarchy

Attribute 7

MetadataAttribute

AttributeGroup 8

AttributeGroup

VersionFlag 10

VersionFlag

User 11

User

MemberCode 12

Code

Annotation 13

Annotation

BusinessRule 14

BusinessRule

BusinessRuleConditionTreeNode 15

TBRConditionTreeNode

BusinessRuleItem 16

BRItem

BusinessRuleArgument 17

BRArgument

Transaction 18

Transaction

MemberId 19

MemberIdentifier

ExportView 20

ExportView

UserGroup 21

Group

MemberAttribute 22

Attribute

Index 23

Index

注釈

ObjectType単純型はマスターデータモデルオブジェクトの種類を指定します。

適用対象