Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.