Bagikan melalui


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

Remarks

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

Examples

Handling SMO Events

See Also

Reference

ViewEvents Class

SubscribeToEvents Overload

Microsoft.SqlServer.Management.Smo Namespace