다음을 통해 공유


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입니다.

특성

적용 대상