Condividi tramite


Costruttore ServerDdlTrigger

Include i membri protetti
Include i membri ereditati

Initializes a new instance of the ServerDdlTrigger class.

Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.

Elenco degli overload

  Nome Descrizione
Metodo pubblico ServerDdlTrigger() Initializes a new instance of the ServerDdlTrigger class.
Metodo pubblico ServerDdlTrigger(Server, String) Initializes a new instance of the ServerDdlTrigger class on the specified instance of SQL Server and that has the specified name.
Metodo pubblico ServerDdlTrigger(Server, String, ServerDdlTriggerEventSet, String) Initializes a new instance of the ServerDdlTrigger class on the specified database that has the specified name. The trigger responds to the specified event set and runs the specified batch.
Metodo pubblico ServerDdlTrigger(Server, String, ServerDdlTriggerEventSet, String, String, String) Initializes a new instance of the ServerDdlTrigger class on the specified instance of SQL Server and that has the specified name. The trigger responds to the specified event set and runs the specified batch.

In alto

Vedere anche

Riferimento

ServerDdlTrigger Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo