LastStep 屬性
Gets a Boolean value that tells if the aggregation design process has finished.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public ReadOnly Property LastStep As Boolean
Get
'用途
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
屬性值
型別:System. . :: . .Boolean
A Boolean value that tells if the aggregation design process has finished.