Proprietà LastStep
Gets a Boolean value that tells if the aggregation design process has finished.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LastStep As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value that tells if the aggregation design process has finished.
Vedere anche