Bagikan melalui


ViewEvents.UnsubscribeFromEvents Method

Clears the specified event settings, and removes all event handlers.

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

Syntax

'Declaration
Public Sub UnsubscribeFromEvents ( _
    events As ViewEventSet _
)
'Usage
Dim instance As ViewEvents 
Dim events As ViewEventSet

instance.UnsubscribeFromEvents(events)
public void UnsubscribeFromEvents(
    ViewEventSet events
)
public:
void UnsubscribeFromEvents(
    ViewEventSet^ events
)
member UnsubscribeFromEvents : 
        events:ViewEventSet -> unit
public function UnsubscribeFromEvents(
    events : ViewEventSet
)

Parameters

Examples

Handling SMO Events

See Also

Reference

ViewEvents Class

Microsoft.SqlServer.Management.Smo Namespace