ActionTargetType 列挙型

定義

アクションを検出できる場所を識別します。

[System.Runtime.InteropServices.Guid("4B273BB8-914C-4b23-A8D2-7DED53B5D185")]
public enum ActionTargetType
[<System.Runtime.InteropServices.Guid("4B273BB8-914C-4b23-A8D2-7DED53B5D185")>]
type ActionTargetType = 
Public Enum ActionTargetType
継承
ActionTargetType
属性

フィールド

AttributeMembers 8

属性メンバーで検出しました。

Cells 1

セルまたはサブキューブのセットで検出しました。

Cube 0

キューブで検出しました。

DimensionMembers 5

ディメンションで検出しました。

Hierarchy 3

ディメンションの単一階層で検出しました。

HierarchyMembers 6

ディメンションの単一階層のメンバーで検出しました。

Level 4

ディメンションのレベルで検出しました。

LevelMembers 7

ディメンションのレベルのメンバーで検出しました。

Set 2

セットで検出しました。

...

適用対象