DacDeployOptions.IncludeTransactionalScripts Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Werts vom Typ Boolean, der angibt, ob Transationen während des Bereitstellungsvorgangs verwendet und die Transaktion übernommen werden soll, nachdem alle Änderungen erfolgreich angewendet wurden.

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, um Transaktionen während der Bereitstellung zu verwenden; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: