Share via


DeploymentPlan.StepCount Property

Gets the total number of steps in the plan.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property StepCount As Integer 
    Get
'Usage
Dim instance As DeploymentPlan 
Dim value As Integer 

value = instance.StepCount
public abstract int StepCount { get; }
public:
virtual property int StepCount {
    int get () abstract;
}
abstract StepCount : int
abstract function get StepCount () : int

Property Value

Type: System.Int32
The total number of steps in the plan.

See Also

Reference

DeploymentPlan Class

Microsoft.SqlServer.Dac.Deployment Namespace