MeasureGroup.EstimatedRows Property

Definition

Gets or sets the estimated number of rows in the MeasureGroup.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MeasureGroup_EstimatedRows")]
public long EstimatedRows { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MeasureGroup_EstimatedRows")>]
member this.EstimatedRows : int64 with get, set
Public Property EstimatedRows As Long

Property Value

Int64

A long integer containing the estimated number of rows.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to