PublishDacpacSettings.

DropObjectsNotInSource Property

Summary

Get or set boolean that specifies whether objects that exist in the target but not source should be dropped during deployment.
Assembly
Cake.SqlServer.dll
Namespace
Cake.SqlServer
Containing Type
PublishDacpacSettings

Syntax

public bool DropObjectsNotInSource { get; set; }

Value

Type Description
bool True if objects that exist in the target but not source should be dropped; otherwise false. Default is false.