DeploymentPlan.Remove Method
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Remove ( _
step As DeploymentStep _
)
public void Remove(
DeploymentStep step
)
public:
void Remove(
DeploymentStep^ step
)
member Remove :
step:DeploymentStep -> unit
public function Remove(
step : DeploymentStep
)
Parameters
- step
Type: Microsoft.Data.Schema.Build.DeploymentStep
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.