MeasureGroup.EstimatedSize Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the estimated size of a MeasureGroup.

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

Syntax

[DefaultValueAttribute(0)]
[ReadOnlyAttribute(true)]
public long EstimatedSize { get; set; }
public:
[DefaultValueAttribute(0)]
[ReadOnlyAttribute(true)]
property long long EstimatedSize {
    long long get();
    void set(long long value);
}
[<DefaultValueAttribute(0)>]
[<ReadOnlyAttribute(true)>]
member EstimatedSize : int64 with get, set
<DefaultValueAttribute(0)>
<ReadOnlyAttribute(True)>
Public Property EstimatedSize As Long

Property Value

Type: System.Int64

A long integer containing the estimated size of a MeasureGroup.

Remarks

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

See Also

MeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top