Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
Initializes a new instance of the ServerDdlTrigger class.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Overload List
| Name | 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.
|
See Also
Reference
ServerDdlTrigger Class
ServerDdlTrigger Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Creating, Altering, and Removing Triggers
DDL Triggers
CREATE TRIGGER (Transact-SQL)