AggregationDesign.EstimatedRows Property

Gets or sets the number of estimated rows (average) in the partition associated with the AggregationDesign.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public long EstimatedRows { get; set; }

Property Value

Type: System.Int64
An integer representing the estimated number of rows in a partition.

See Also

Reference

AggregationDesign Class

Microsoft.AnalysisServices Namespace