次の方法で共有


EstimatedRows (MDStore Interface)

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

The EstimatedRows property of the MDStore interface contains the estimated number of rows in the MDStore object. This property value is used in the algorithm that designs aggregations.

Applies To:clsAggregation, clsCube, clsPartition

Data Type

Double

Access

Read/write

解説

The interpretation of this property value depends on the value of the ClassType and SubClassType properties of the object.

Class type Subclass type Interpretation of property value

clsCube

Any (except sbclsVirtual)

Number of rows in the fact table of the cube

clsCube

sbclsVirtual

Sum of number of rows in the underlying cubes

clsPartition

Any

Number of rows in the fact table of the parent cube

clsAggregation

Any

Number of rows in the aggregation table

参照

関連項目

EstimatedSize (MDStore Interface)
MDStore Interface

ヘルプおよび情報

SQL Server 2005 の参考資料の入手