Freigeben über


DeploymentPlan.StepCount-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

DeploymentPlan Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace