次の方法で共有


Measure (Decision Support Objects)

ms134869.note(ja-jp,SQL.90).gifメモ :
  この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。

The Measure object in Decision Support Objects (DSO) provides support for measures. The Measures collection of the DSO Cube, Partition, and Aggregation objects provides access to cube, partition, and aggregation measures, respectively.

All three types of measures are supported with DSO objects. Each measure object detailed in the following table uses the Measure interface, with the ClassType property set to the appropriate value for the level type as shown.

Measure type Measure object Measure class type

Cube measure

CubeMeasure

clsCubeMeasure

Partition measure

PartitionMeasure

clsPartitionMeasure

Aggregation measure

AggregationMeasure

clsAggregationMeasure

The Measure object is used to edit the properties, such as the aggregation function and source column, associated with a measure in Microsoft® SQL Server™ 2000 Analysis Services.

参照

関連項目

Aggregation (Decision Support Objects)
clsCubeMeasure
clsPartitionMeasure
clsAggregationMeasure
Cube (Decision Support Objects)
Partition (Decision Support Objects)

概念

Working with Cubes and Measures

ヘルプおよび情報

SQL Server 2005 の参考資料の入手