DeploymentPlan Methods

 

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Methods

Name Description
System_CAPS_pubmethod AddAfter(DeploymentStep, DeploymentStep)

Adds a new step next to the specific step.

System_CAPS_pubmethod AddBefore(DeploymentStep, DeploymentStep)

Adds a new step before the specific step.

System_CAPS_pubmethod AddFirst(DeploymentStep)

Adds a new step to the first position.

System_CAPS_pubmethod AddLast(DeploymentStep)

Adds a new step to the last position.

System_CAPS_pubmethod AddLast(IEnumerable<DeploymentStep>)

Adds a new set of steps to the last position.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Remove(DeploymentStep)

Removes a specified deployment step.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

DeploymentPlan Class
Microsoft.SqlServer.Dac.Deployment Namespace

Return to top