ActionTargetType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies where an Action can be located.
[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
- Inheritance
-
ActionTargetType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Cube | 0 | Located on a cube. |
Cells | 1 | Located on a set of cells or a subcube. |
Set | 2 | Located on a set. |
Hierarchy | 3 | Located on a single hierarchy from a dimension. |
Level | 4 | Located on a level from a dimension. |
DimensionMembers | 5 | Located on a dimension. |
HierarchyMembers | 6 | Located on the members of a single hierarchy from a dimension. |
LevelMembers | 7 | Located on the members of a level from a dimension. |
AttributeMembers | 8 | Located on an attribute member. |
Examples
...