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.
Removes an existing step from the deployment plan.
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public MustOverride Sub Remove ( _
step As DeploymentStep _
)
'Utilisation
Dim instance As DeploymentPlan
Dim step As DeploymentStep
instance.Remove(step)
public abstract void Remove(
DeploymentStep step
)
public:
virtual void Remove(
DeploymentStep^ step
) abstract
abstract Remove :
step:DeploymentStep -> unit
public abstract function Remove(
step : DeploymentStep
)
Paramètres
- step
Type : Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Identifies the DeploymentStep to be removed.