MeasureGroup.EstimatedSize Property

Definition

Gets or sets the estimated size of a MeasureGroup.

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

Property Value

Int64

A long integer containing the estimated size of a MeasureGroup.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

The estimated size of the measure group is shown in number of bytes. The data type is long integer, but it represents bytes.

Applies to