Поделиться через


Свойство MeasureGroup.EstimatedSize

Gets or sets the estimated size of a MeasureGroup.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property EstimatedSize As Long 
    Get 
    Set
'Применение
Dim instance As MeasureGroup 
Dim value As Long 

value = instance.EstimatedSize

instance.EstimatedSize = value
public long EstimatedSize { get; set; }
public:
property long long EstimatedSize {
    long long get ();
    void set (long long value);
}
member EstimatedSize : int64 with get, set
function get EstimatedSize () : long 
function set EstimatedSize (value : long)

Значение свойства

Тип: System.Int64
A long integer containing the estimated size of a MeasureGroup.

Замечания

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

См. также

Справочник

MeasureGroup Класс

Пространство имен Microsoft.AnalysisServices