Compartir a través de


Steps Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property Steps As Integer
    Get
'Uso
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

Valor de la propiedad

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

Notas

This is a delta value, not a cumulative one.