Compartir a través de


DeploymentPlan.StepCount Propiedad

Gets the total number of steps in the plan.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property StepCount As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DeploymentPlan Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment