PublishDacpacSettings.

RegisterDataTierApplication Property

Summary

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.
Assembly
Cake.SqlServer.dll
Namespace
Cake.SqlServer
Containing Type
PublishDacpacSettings

Syntax

public bool RegisterDataTierApplication { get; set; }

Value

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