DacDeployOptions.RegisterDataTierApplication Property

Definition

Get or set boolean that specifies whether the database will be registered as a Data-Tier Application.
If the target database is already a registered Data-Tier Application, then the registration will be updated.

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

Property Value

True to register the database as a Data-Tier Application; otherwise, false. Default is false.

Attributes

Applies to