共用方式為


Steps 屬性

Gets the number of steps the designer accomplished in the last aggregation design iteration.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
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.