AggregationType Element (ASSL)

Defines the type of aggregation stored by the Partition element.

Syntax

  
<AggregationInstance>  
   ...  
   <AggregationType>...</AggregationType>  
   ...  
</AggregationInstance>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value None
Cardinality 1-1: Required element that can occur once and only once.

Element Relationships

Relationship Element
Parent element AggregationInstance
Child elements None

Remarks

The value of this element is limited to one of the strings in the following table.

Value Description
IndexedView The aggregation is stored in an indexed view.
Table The aggregation is stored in a table.
UserDefined The aggregation is user-defined.

The enumeration that corresponds to the allowed values for AggregationType in the Analysis Management Objects (AMO) object model is AggregationInstance.

See Also

Properties (ASSL)