Freigeben über


DatabaseDdlTrigger-Konstruktor

Initializes a new instance of the DatabaseDdlTrigger class.

Überladungsliste 

  Name Beschreibung
Öffentliche Methode DatabaseDdlTrigger() () () () Initializes a new instance of the DatabaseDdlTrigger class.
Öffentliche Methode DatabaseDdlTrigger(Database, String) Initializes a new instance of the DatabaseDdlTrigger class on the specified database and with the specified name.
Öffentliche Methode DatabaseDdlTrigger(Database, String, DatabaseDdlTriggerEventSet, String) Initializes a new instance of the DatabaseDdlTrigger class on the specified database with the specified name. The trigger responds to the specified event set and runs the specified batch.
Öffentliche Methode DatabaseDdlTrigger(Database, String, DatabaseDdlTriggerEventSet, String, String, String) Initializes a new instance of the DatabaseDdlTrigger class on the specified database with the specified name. The trigger responds to the specified event set and runs the specified batch.

Zum Anfang