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.