次の方法で共有


clsAggregationMeasure

ms134834.note(ja-jp,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 の参考資料の入手