DesignAggregationsResult.Steps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of steps the designer accomplished in the last aggregation design iteration.
public int Steps { get; }
member this.Steps : int
Public ReadOnly Property Steps As Integer
Property Value
An integer value with the number of steps the designer accomplished in the last aggregation design iteration.
Remarks
This is a delta value, not a cumulative one.