ServerDdlTrigger Constructor

Initializes a new instance of the ServerDdlTrigger class.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Список перегрузок

Имя 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.

См. также

Справочник

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

Другие ресурсы

Creating, Altering, and Removing Triggers
Триггеры DDL
CREATE TRIGGER (Transact-SQL)