Share via


SqlDeploymentOptions.IncludeTransactionalScripts Property

Definition

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 : bool
Public ReadOnly Property IncludeTransactionalScripts As Boolean

Property Value

True to use transactions during deployment; otherwise, false. Default is false.

Applies to