Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a Service Broker queue event set that is created by adding two specified events together.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Function Add ( _
eventLeft As ServiceQueueEvent, _
eventRight As ServiceQueueEvent _
) As ServiceQueueEventSet
'Usage
Dim eventLeft As ServiceQueueEvent
Dim eventRight As ServiceQueueEvent
Dim returnValue As ServiceQueueEventSet
returnValue = ServiceQueueEvent.Add(eventLeft, _
eventRight)
public static ServiceQueueEventSet Add(
ServiceQueueEvent eventLeft,
ServiceQueueEvent eventRight
)
public:
static ServiceQueueEventSet^ Add(
ServiceQueueEvent^ eventLeft,
ServiceQueueEvent^ eventRight
)
static member Add :
eventLeft:ServiceQueueEvent *
eventRight:ServiceQueueEvent -> ServiceQueueEventSet
public static function Add(
eventLeft : ServiceQueueEvent,
eventRight : ServiceQueueEvent
) : ServiceQueueEventSet
Parameters
- eventLeft
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies a Service Broker queue event.
- eventRight
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies another Service Broker queue event.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object value that specifies a set of Service Broker queue events.