DeploymentStepInternal Class

 

Updated: April 20, 2017

Base class for implementing deployment step types. It should not be used for writing extensions. Extensions must directly implement DeploymentStep

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


public ref class DeploymentStepInternal : DeploymentStep

NameDescription
System_CAPS_pubpropertyNext

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

System_CAPS_pubpropertyPrevious

Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep.(Inherited from 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.(Inherited from DeploymentStep.)

System_CAPS_pubmethodGenerateTSQL()

Returns a list of strings that represent a set of TSQL script batches to be applied during deployment(Overrides DeploymentStep::GenerateTSQL().)

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 DeploymentStep::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: