Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.