Freigeben über


DacDeployOptions.IncludeTransactionalScripts Eigenschaft

Definition

Gibt mit einem booleschen Wert an, ob während des Bereitstellungsvorgangs Transaktionen verwendet und nach der erfolgreichen Anwendung der Änderungen festgeschrieben werden sollen.

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

Eigenschaftswert

"True", wenn während der Bereitstellung Transaktionen verwendet werden dürfen, andernfalls "false". Der Standardwert ist "false".

Attribute

Gilt für: