DeploymentStep Class

 

Updated: April 20, 2017

Represents a step in a deployment plan.

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

System::Object
  Microsoft.SqlServer.Dac.Deployment::DeploymentStep
    Microsoft.SqlServer.Dac.Deployment::DeploymentStepInternal

public ref class DeploymentStep abstract 

NameDescription
System_CAPS_protmethodDeploymentStep()

Initializes a new instance of the DeploymentStep class.

NameDescription
System_CAPS_pubpropertyNext

Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep.

System_CAPS_pubpropertyPrevious

Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGenerateBatchScript(TextWriter^)

Writes the set of batch scripts to the provided writer.

System_CAPS_pubmethodGenerateTSQL()

Returns a list of strings that represent a set of TSQL script batches to be applied during deployment.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that describes this step. The base returns the type of the step.(Overrides Object::ToString().)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: