Share via


SqlDeploymentOptions.RegisterDataTierApplication Property

Definition

Get 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; }
member this.RegisterDataTierApplication : bool
Public ReadOnly Property RegisterDataTierApplication As Boolean

Property Value

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

Applies to