DacDeployOptions.RegisterDataTierApplication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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