Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.