Поделиться через


clsAggregationMeasure

ms134834.note(ru-ru,SQL.90).gifПримечание.
  В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется.

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.

Замечания

When a cube is processed, measures are aggregated across the dimensions in the cube.

Пример

Use the following code to reference a measure of an aggregation:

'Assume an object (dsoAggregation) of ClassType clsAggregation exists.
Dim dsoAggMeasure As DSO.Measure
Set dsoAggMeasure = dsoAggregation.Measures("Unit Sales")

См. также

Справочник

Collections, clsAggregationMeasure
Measure Interface
Decision Support Objects Architecture
Properties, clsAggregationMeasure

Справка и поддержка

Получение помощи по SQL Server 2005