clsAggregationMeasure

An object of ClassType clsAggregationMeasure provides a specific implementation of the Decision Support Objects (DSO) Measure interface. It is used to maintain the measure objects contained within an aggregation object. This object provides collections and properties through the Measure interface. There are no methods associated with an object of ClassType clsAggregationMeasure.

Remarks

When a cube is processed, measures are aggregated across the dimensions in the cube. For more information, see About Decision Support Objects.

Example

Use the following code to create an object of ClassType clsAggregationMeasure.

'Assume an object (dsoAggregation) of ClassType clsAggregation

Dim dsoAggMeasure As DSO.Measure

Set dsoAggMeasure = dsoAggregation.Measures.AddNew("MyAggMea")

See Also
Using Decision Support Objects  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.