TargetType Element (ASSL)

Identifies the item type of the item identified in the Target element.

Syntax

  
<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 Action
Child elements None

Remarks

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.

See Also

Properties (ASSL)