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


MeasureGroup.EstimatedRows Property

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

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

Синтаксис

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

/** @property */
public void set_EstimatedRows (long value)
public function get EstimatedRows () : long

public function set EstimatedRows (value : long)

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

A long integer containing the estimated number of rows.

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

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