Steps 속성
Gets the number of steps the designer accomplished in the last aggregation design iteration.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public ReadOnly Property Steps As Integer
Get
‘사용 방법
Dim instance As DesignAggregationsResult
Dim value As Integer
value = instance.Steps
public int Steps { get; }
public:
property int Steps {
int get ();
}
member Steps : int
function get Steps () : int
속성 값
형식: System. . :: . .Int32
An integer value with the number of steps the designer accomplished in the last aggregation design iteration.
주의
This is a delta value, not a cumulative one.