Share via


ViewEventSet Constructor (ViewEventSet)

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

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

Syntax

'Declaration
Public Sub New ( _
    eventSet As ViewEventSet _
)
'Usage
Dim eventSet As ViewEventSet 

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

Parameters

Examples

Handling SMO Events

See Also

Reference

ViewEventSet Class

ViewEventSet Overload

Microsoft.SqlServer.Management.Smo Namespace