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.