SqlDeploymentOptions.IncludeTransactionalScripts Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get boolean that specifies whether to use transations during the deployment operation and commit the transaction after all changes are successfully applied.
public bool IncludeTransactionalScripts { get; }member this.IncludeTransactionalScripts : boolPublic ReadOnly Property IncludeTransactionalScripts As BooleanProperty Value
True to use transactions during deployment; otherwise, false. Default is false.