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


MeasureGroup.EstimatedSize Property

Gets or sets the estimated size of a MeasureGroup.

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

Синтаксис

'Декларация
<DefaultValueAttribute(0)> _
<ReadOnlyAttribute(True)> _
Public Property EstimatedSize As Long
[DefaultValueAttribute(0)] 
[ReadOnlyAttribute(true)] 
public long EstimatedSize { get; set; }
[DefaultValueAttribute(0)] 
[ReadOnlyAttribute(true)] 
public:
property long long EstimatedSize {
    long long get ();
    void set (long long value);
}
/** @property */
public long get_EstimatedSize ()

/** @property */
public void set_EstimatedSize (long value)
public function get EstimatedSize () : long

public function set EstimatedSize (value : long)

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

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.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace