DacDeployOptions.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 or set 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; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IncludeTransactionalScripts")]
public bool IncludeTransactionalScripts { get; set; }
member this.IncludeTransactionalScripts : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IncludeTransactionalScripts")>]
member this.IncludeTransactionalScripts : bool with get, set
Public Property IncludeTransactionalScripts As Boolean
Property Value
True to use transactions during deployment; otherwise, false. Default is false.
- Attributes