다음을 통해 공유


DacDeployOptions.CreateNewDatabase 속성

정의

실제 배포 작업을 계속하기 전에 기존 데이터베이스를 삭제하고 새 데이터베이스를 만들지 여부를 지정하는 부울을 가져오거나 설정합니다. 기존 데이터베이스를 삭제하기 전에 단일 사용자 모드를 획득합니다.

public bool CreateNewDatabase { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "CreateNewDatabase")]
public bool CreateNewDatabase { get; set; }
member this.CreateNewDatabase : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "CreateNewDatabase")>]
member this.CreateNewDatabase : bool with get, set
Public Property CreateNewDatabase As Boolean

속성 값

데이터베이스를 삭제하고 다시 만들려면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상