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)