Partager via


Propriété DeploymentPlan.StepCount

Gets the total number of steps in the plan.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property StepCount As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DeploymentPlan Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment