Share via


Constructeur SqlAssemblyEventSet (SqlAssemblyEventSet)

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 ( _
    eventSet As SqlAssemblyEventSet _
)
'Utilisation
Dim eventSet As SqlAssemblyEventSet

Dim instance As New SqlAssemblyEventSet(eventSet)
public SqlAssemblyEventSet(
    SqlAssemblyEventSet eventSet
)
public:
SqlAssemblyEventSet(
    SqlAssemblyEventSet^ eventSet
)
new : 
        eventSet:SqlAssemblyEventSet -> SqlAssemblyEventSet
public function SqlAssemblyEventSet(
    eventSet : SqlAssemblyEventSet
)

Paramètres