ViewEvents.SubscribeToEvents Method (ViewEventSet)
Specifies the view events to receive.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SubscribeToEvents ( _
events As ViewEventSet _
)
'Usage
Dim instance As ViewEvents
Dim events As ViewEventSet
instance.SubscribeToEvents(events)
public void SubscribeToEvents(
ViewEventSet events
)
public:
void SubscribeToEvents(
ViewEventSet^ events
)
member SubscribeToEvents :
events:ViewEventSet -> unit
public function SubscribeToEvents(
events : ViewEventSet
)
Parameters
- events
Type: Microsoft.SqlServer.Management.Smo.ViewEventSet
A ViewEventSet object that specifies the set of events to receive.
Remarks
Events are sent to the event handlers that are registered with the OnEvent statement.