DeploymentPlanModifier.Remove(DeploymentPlanHandle, DeploymentStep) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece uma maneira de remover a etapa especificada do plano
protected void Remove(Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle handle, Microsoft.SqlServer.Dac.Deployment.DeploymentStep step);
member this.Remove : Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle * Microsoft.SqlServer.Dac.Deployment.DeploymentStep -> unit
Protected Sub Remove (handle As DeploymentPlanHandle, step As DeploymentStep)
Parâmetros
- handle
- DeploymentPlanHandle
O DeploymentPlanHandle para o plano
- step
- DeploymentStep
Identifica a remoção DeploymentStep .