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


Свойство Steps

Gets the number of steps the designer accomplished in the last aggregation design iteration.

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

Синтаксис

'Декларация
Public ReadOnly Property Steps As Integer
    Get
'Применение
Dim instance As DesignAggregationsResult
Dim value As Integer

value = instance.Steps
public int Steps { get; }
public:
property int Steps {
    int get ();
}
member Steps : int
function get Steps () : int

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

Тип: System. . :: . .Int32
An integer value with the number of steps the designer accomplished in the last aggregation design iteration.

Замечания

This is a delta value, not a cumulative one.