DeploymentPlanModifier.Remove-Methode
Entfernt einen vorhandenen Schritt aus dem Bereitstellungsplan.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Sub Remove ( _
handle As DeploymentPlanHandle, _
step As DeploymentStep _
)
protected void Remove(
DeploymentPlanHandle handle,
DeploymentStep step
)
protected:
void Remove(
DeploymentPlanHandle^ handle,
DeploymentStep^ step
)
member Remove :
handle:DeploymentPlanHandle *
step:DeploymentStep -> unit
protected function Remove(
handle : DeploymentPlanHandle,
step : DeploymentStep
)
Parameter
- handle
Typ: Microsoft.Data.Schema.Build.DeploymentPlanHandle
Das DeploymentPlanHandle-Element für den Plan.
- step
Typ: Microsoft.Data.Schema.Build.DeploymentStep
Identifiziert das zu entfernende DeploymentStep-Element.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | Ein oder mehrere Parameter sind nullNULL-Verweis (Nothing in Visual Basic). |
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.