Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- events
Type: Microsoft.SqlServer.Management.Smo.ViewEventSet
A ViewEventSet object that specifies the set of events to stop receiving.