Share via


Constructeur SqlAssemblyEventSet (SqlAssemblyEvent[])

Initializes a new instance of the SqlAssemblyEventSet class with a specified set of events.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    ParamArray events As SqlAssemblyEvent() _
)
'Utilisation
Dim events As SqlAssemblyEvent()

Dim instance As New SqlAssemblyEventSet(events)
public SqlAssemblyEventSet(
    params SqlAssemblyEvent[] events
)
public:
SqlAssemblyEventSet(
    ... array<SqlAssemblyEvent^>^ events
)
new : 
        events:SqlAssemblyEvent[] -> SqlAssemblyEventSet
public function SqlAssemblyEventSet(
    ... events : SqlAssemblyEvent[]
)

Paramètres