Partager via


ObjectEventSet constructeur (ObjectEvent[])

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

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

Syntaxe

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

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

Paramètres