Trigger.Drop Method ()

 

Applies To: SQL Server 2016 Preview

Removes the trigger from the instance of SQL Server .

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit
override Drop : unit -> unit
Public Sub Drop

Implements

IDroppable.Drop()

Examples

Legacy Code Example

Creating, Altering, and Removing Triggers

See Also

Trigger Class
Microsoft.SqlServer.Management.Smo Namespace

DROP TRIGGER (Transact-SQL)
Unable to find linked topic 'fface999-424a-4815-bc04-cbbd168c65ab'.

Return to top