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
- eventSet
Type: Microsoft.SqlServer.Management.Smo.ViewEventSet
A ViewEventSet that specifies a set of view events
See Also