ServerDdlTrigger Constructor
Initializes a new instance of the ServerDdlTrigger class.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Elenco degli overload
Nome | 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.
|
Vedere anche
Riferimento
ServerDdlTrigger Class
ServerDdlTrigger Members
Microsoft.SqlServer.Management.Smo Namespace
Altre risorse
Creating, Altering, and Removing Triggers
Trigger DDL
CREATE TRIGGER (Transact-SQL)