This topic has not yet been rated - Rate this topic

Trigger.MarkForDrop Method

Marks the trigger to be dropped.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void MarkForDrop(
	bool dropOnAlter
)

Parameters

dropOnAlter
Type: System.Boolean
A Boolean value that specifies whether to drop the trigger next time the Alter method is run on the parent object.If True, the trigger is dropped when the Alter method of the parent object is run.If False, the trigger is not dropped on alter.

Implements

IMarkForDrop.MarkForDrop(Boolean)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.