Compartir a través de


ServerDdlTrigger Constructor

Initializes a new instance of the ServerDdlTrigger class.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Lista de sobrecargas

Nombre Description
ServerDdlTrigger ()
Initializes a new instance of the ServerDdlTrigger class.
ServerDdlTrigger (Server, String)
Initializes a new instance of the ServerDdlTrigger class on the specified instance of Microsoft SQL Server and with the specified name.
ServerDdlTrigger (Server, String, ServerDdlTriggerEventSet, String)
Initializes a new instance of the ServerDdlTrigger class on the specified database with the specified name. The trigger responds to the specified event set and runs the specified batch.
ServerDdlTrigger (Server, String, ServerDdlTriggerEventSet, String, String, String)
Initializes a new instance of the ServerDdlTrigger class on the specified instance of Microsoft SQL Server and with the specified name. The trigger responds to the specified event set and runs the specified batch.

Vea también

Referencia

ServerDdlTrigger Class
ServerDdlTrigger Members
Microsoft.SqlServer.Management.Smo Namespace

Otros recursos

Creating, Altering, and Removing Triggers
Desencadenadores DDL
CREATE TRIGGER (Transact-SQL)