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。

属性

适用于