Partager via


Steps propriété

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Steps As Integer
    Get
'Utilisation
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

Valeur de la propriété

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

Notes

This is a delta value, not a cumulative one.