Construtor 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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New ( _
    parent As Database, _
    name As String, _
    events As DatabaseDdlTriggerEventSet, _
    assemblyName As String, _
    className As String, _
    method As String _
)
'Uso
Dim parent As Database
Dim name As String
Dim events As DatabaseDdlTriggerEventSet
Dim assemblyName As String
Dim className As String
Dim method As String

Dim instance As New DatabaseDdlTrigger(parent, _
    name, events, assemblyName, className, _
    method)

Parâmetros

  • assemblyName
    Tipo: System. . :: . .String
    A String value that specifies the name of the registered assembly that contains the user-defined function that runs when the DDL trigger is raised.