This topic has not yet been rated - Rate this topic

ViewEvents.SubscribeToEvents Method (ViewEventSet)

Specifies the view events to receive.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void SubscribeToEvents(
	ViewEventSet events
)

Parameters

events
Type: Microsoft.SqlServer.Management.Smo.ViewEventSet
A ViewEventSet object that specifies the set of events to receive.

Events are sent to the event handlers that are registered with the OnEvent statement.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.