Share via


Constructeur ViewEventSet (ViewEvent[])

Initializes a new instance of the ViewEventSet 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 ViewEvent() _
)
'Utilisation
Dim events As ViewEvent()

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

Paramètres