Nota
O acceso a esta páxina require autorización. Pode tentar iniciar sesión ou modificar os directorios.
O acceso a esta páxina require autorización. Pode tentar modificar os directorios.
Identifies the item type of the item identified in the Target element.
Sintaxis
<Action>
...
<TargetType>...</TargetType>
...
</Action>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String (enumeration) |
Default value |
None |
Cardinality |
1-1: Required element that occurs once and only once. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child elements |
None |
Notas
The value of this element is limited to one of the strings listed in the following table.
| Value | Description |
|---|---|
Cube |
The target of the action is a cube. |
Cells |
The target of the action is a subcube. |
Set |
The target of the action is a set. |
Hierarchy |
The target of the action is a hierarchy. |
Level |
The target of the action is a level. |
DimensionMembers |
The target of the action is the members of a dimension. |
HierarchyMembers |
The target of the action is the members of a hierarchy. |
LevelMembers |
The target of the action is the members of a level. |
AttributeMembers |
The target of the action is the members of an attribute. |
The enumeration that corresponds to the allowed values for TargetType in the Analysis Management Objects (AMO) object model is ActionTargetType.
The element that corresponds to the parent of TargetType in the Analysis Management Objects (AMO) object model is Action.