Share via


SqlDeploymentOptions.DropDmlTriggersNotInSource Property

Definition

Get boolean that specifies whether to drop all DML triggers that do not exist in the source model.

public bool DropDmlTriggersNotInSource { get; }
member this.DropDmlTriggersNotInSource : bool
Public ReadOnly Property DropDmlTriggersNotInSource As Boolean

Property Value

True to drop DML triggers not in the source model; otherwise, false. Default is true.

Applies to