Condividi tramite


EstimatedRows (MDStore Interface)

[!NOTA]   Questa funzionalità verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa funzionalità in un nuovo progetto di sviluppo e modificare appena possibile le applicazioni in cui questa funzionalità viene utilizzata.

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

Osservazioni

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

Vedere anche

Riferimento

EstimatedSize (MDStore Interface)
MDStore Interface

Guida in linea e informazioni

Assistenza su SQL Server 2005