Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the number of steps the designer accomplished in the last aggregation design iteration.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Steps As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An integer value with the number of steps the designer accomplished in the last aggregation design iteration.
Remarks
This is a delta value, not a cumulative one.