Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.