SqlDeploymentOptions.DropObjectsNotInSource 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 boolean that specifies whether objects that exist in the target but not source should be dropped during deployment.
public bool DropObjectsNotInSource { get; }
member this.DropObjectsNotInSource : bool
Public ReadOnly Property DropObjectsNotInSource As Boolean
Property Value
True if objects that exist in the target but not source should be dropped; otherwise false. Default is false.