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 the specified event handlers.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub UnsubscribeFromEvents ( _
events As ServiceQueueEventSet _
)
'Usage
Dim instance As ServiceQueueEvents
Dim events As ServiceQueueEventSet
instance.UnsubscribeFromEvents(events)
public void UnsubscribeFromEvents(
ServiceQueueEventSet events
)
public:
void UnsubscribeFromEvents(
ServiceQueueEventSet^ events
)
member UnsubscribeFromEvents :
events:ServiceQueueEventSet -> unit
public function UnsubscribeFromEvents(
events : ServiceQueueEventSet
)
Parameters
- events
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of events to stop receiving.