DesignAggregationsResult.LastStep Property
Gets a Boolean value that tells if the aggregation design process has finished.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property LastStep As Boolean
Get
'Usage
Dim instance As DesignAggregationsResult
Dim value As Boolean
value = instance.LastStep
public bool LastStep { get; }
public:
property bool LastStep {
bool get ();
}
member LastStep : bool
function get LastStep () : boolean
Property Value
Type: System.Boolean
A Boolean value that tells if the aggregation design process has finished.