CreateElementStep Properties

 

Updated: April 20, 2017

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

NameDescription
System_CAPS_pubpropertyIsMessageInFirstBatch

Returns true if the step's message will be the first batch when calling GenerateTSql()(Inherited from DeploymentScriptDomStep.)

System_CAPS_pubpropertyMessage

Gets an optional message describing the step(Inherited from DeploymentScriptDomStep.)

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.)

System_CAPS_pubpropertyScript

Gets the script for this step.(Inherited from DeploymentScriptDomStep.)

System_CAPS_pubpropertyScriptGenerator

Gets the ScriptGenerator for this step(Inherited from DeploymentScriptDomStep.)

System_CAPS_pubpropertySourceElement

Get the source element of the create element step

Return to top
Show: