ServerDdlTrigger Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ServerDdlTrigger class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ServerDdlTrigger() Initializes a new instance of the ServerDdlTrigger class.
Public method ServerDdlTrigger(Server, String) Initializes a new instance of the ServerDdlTrigger class on the specified instance of SQL Server and that has the specified name.
Public method ServerDdlTrigger(Server, String, ServerDdlTriggerEventSet, String) Initializes a new instance of the ServerDdlTrigger class on the specified database that has the specified name. The trigger responds to the specified event set and runs the specified batch.
Public method ServerDdlTrigger(Server, String, ServerDdlTriggerEventSet, String, String, String) Initializes a new instance of the ServerDdlTrigger class on the specified instance of SQL Server and that has the specified name. The trigger responds to the specified event set and runs the specified batch.

Top

See Also

Reference

ServerDdlTrigger Class

Microsoft.SqlServer.Management.Smo Namespace