DesignAggregationsResult.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.

请参阅

参考

DesignAggregationsResult 类

Microsoft.AnalysisServices 命名空间