DacRestoreSystemVersioningStep Properties
Updated: April 20, 2017
Namespace:
Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | IsMessageInFirstBatch | Returns true if the step's message will be the first batch when calling GenerateTSql()(Inherited from DeploymentScriptDomStep.) |
![]() | Message | Gets an optional message describing the step(Inherited from DeploymentScriptDomStep.) |
![]() | Next | Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep.(Inherited from DeploymentStep.) |
![]() | Previous | Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep.(Inherited from DeploymentStep.) |
![]() | Script | Gets the script for this step.(Inherited from DeploymentScriptDomStep.) |
![]() | ScriptGenerator | Gets the ScriptGenerator for this step(Inherited from DeploymentScriptDomStep.) |
Show:
