Поделиться через


Конструктор DatabaseDdlTrigger

Initializes a new instance of the DatabaseDdlTrigger class.

Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.

Список перегрузок

  Имя Описание
Открытый метод DatabaseDdlTrigger() () () () Initializes a new instance of the DatabaseDdlTrigger class.
Открытый метод DatabaseDdlTrigger(Database, String) Initializes a new instance of the DatabaseDdlTrigger class on the specified database and with the specified name.
Открытый метод 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.
Открытый метод 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.

В начало