Partager via


DatabaseDdlTrigger constructeur

Initializes a new instance of the DatabaseDdlTrigger class.

Liste de surcharge

  Nom Description
Méthode publique DatabaseDdlTrigger() () () () Initializes a new instance of the DatabaseDdlTrigger class.
Méthode publique DatabaseDdlTrigger(Database, String) Initializes a new instance of the DatabaseDdlTrigger class on the specified database and with the specified name.
Méthode publique 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.
Méthode publique 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.

Haut de la page