DacDeployOptions.RegisterDataTierApplication 속성

정의

데이터베이스를 Data-Tier 애플리케이션으로 등록할지 여부를 지정하는 부울을 얻거나 설정합니다.
대상 데이터베이스가 이미 등록된 Data-Tier 애플리케이션인 경우 등록이 업데이트됩니다.

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이면 데이터베이스를 Data-Tier 애플리케이션으로 등록합니다. 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상