DeploymentPlan Methods
Updated: April 20, 2017
Namespace:
Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | AddAfter(DeploymentStep^, DeploymentStep^) | Adds a new step next to the specific step. |
![]() | AddBefore(DeploymentStep^, DeploymentStep^) | Adds a new step before the specific step. |
![]() | AddFirst(DeploymentStep^) | Adds a new step to the first position. |
![]() | AddLast(DeploymentStep^) | Adds a new step to the last position. |
![]() | AddLast(IEnumerable<DeploymentStep^>^) | Adds a new set of steps to the last position. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(DeploymentStep^) | Removes a specified deployment step. |
![]() | ToString() | (Inherited from Object.) |
Show:

