Partilhar via


Construtor ServerDdlTrigger

Incluir membros protegidos
Incluir membros herdados

Initializes a new instance of the ServerDdlTrigger class.

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público ServerDdlTrigger() Initializes a new instance of the ServerDdlTrigger class.
Método público ServerDdlTrigger(Server, String) Initializes a new instance of the ServerDdlTrigger class on the specified instance of SQL Server and that has the specified name.
Método público 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.
Método público 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ício

Consulte também

Referência

ServerDdlTrigger Classe

Namespace Microsoft.SqlServer.Management.Smo