Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.