DeploymentPlan Methods

 

Updated: April 20, 2017

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

NameDescription
System_CAPS_pubmethodAddAfter(DeploymentStep^, DeploymentStep^)

Adds a new step next to the specific step.

System_CAPS_pubmethodAddBefore(DeploymentStep^, DeploymentStep^)

Adds a new step before the specific step.

System_CAPS_pubmethodAddFirst(DeploymentStep^)

Adds a new step to the first position.

System_CAPS_pubmethodAddLast(DeploymentStep^)

Adds a new step to the last position.

System_CAPS_pubmethodAddLast(IEnumerable<DeploymentStep^>^)

Adds a new set of steps to the last position.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(DeploymentStep^)

Removes a specified deployment step.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: