Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a Service Broker queue event set after subtracting a queue event from the specified set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Function Subtract ( _
eventSet As ServiceQueueEventSet, _
anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
'Usage
Dim eventSet As ServiceQueueEventSet
Dim anEvent As ServiceQueueEvent
Dim returnValue As ServiceQueueEventSet
returnValue = ServiceQueueEventSet.Subtract(eventSet, _
anEvent)
public static ServiceQueueEventSet Subtract(
ServiceQueueEventSet eventSet,
ServiceQueueEvent anEvent
)
public:
static ServiceQueueEventSet^ Subtract(
ServiceQueueEventSet^ eventSet,
ServiceQueueEvent^ anEvent
)
static member Subtract :
eventSet:ServiceQueueEventSet *
anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public static function Subtract(
eventSet : ServiceQueueEventSet,
anEvent : ServiceQueueEvent
) : ServiceQueueEventSet
Parameter
- eventSet
Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the event set from which the event is subtracted.
- anEvent
Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue event to subtract from the event set.
Rückgabewert
Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object value that specifies a set of Service Broker queue events after the event is subtracted.