共用方式為


DacDeployOptions.IncludeTransactionalScripts 屬性

定義

取得或設定布林值,指定是否要在部署作業期間使用交易,並變更成功套用之後認可交易。

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

屬性值

True 表示在部署期間使用交易,否則為 false。 預設值為 false。

屬性

適用於