다음을 통해 공유


DacDeployOptions.RegisterDataTierApplication 속성

정의

데이터베이스를 데이터 계층 응용 프로그램으로 등록할지 여부를 지정하는 부울을 가져오거나 설정합니다.
대상 데이터베이스가 이미 등록된 데이터 계층 응용 프로그램이면 등록이 업데이트됩니다.

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

속성 값

데이터 계층 응용 프로그램으로 데이터베이스를 등록하려면 true이고, 그렇지않으면 false입니다. 기본값은 false입니다.

특성

적용 대상