Compartir a través de


SqlDeploymentOptions.DropObjectsNotInSource Property

Definition

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.

Applies to