Compartilhar via


Propriedade do RDL DeploymentPlan.StepCount

Gets the total number of steps in the plan.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DeploymentPlan Classe

Namespace Microsoft.SqlServer.Dac.Deployment