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.
Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Function BitwiseOr ( _
eventLeft As ServiceQueueEvent, _
eventRight As ServiceQueueEvent _
) As ServiceQueueEventSet
'Usage
Dim eventLeft As ServiceQueueEvent
Dim eventRight As ServiceQueueEvent
Dim returnValue As ServiceQueueEventSet
returnValue = ServiceQueueEvent.BitwiseOr(eventLeft, _
eventRight)
public static ServiceQueueEventSet BitwiseOr(
ServiceQueueEvent eventLeft,
ServiceQueueEvent eventRight
)
public:
static ServiceQueueEventSet^ BitwiseOr(
ServiceQueueEvent^ eventLeft,
ServiceQueueEvent^ eventRight
)
static member BitwiseOr :
eventLeft:ServiceQueueEvent *
eventRight:ServiceQueueEvent -> ServiceQueueEventSet
public static function BitwiseOr(
eventLeft : ServiceQueueEvent,
eventRight : ServiceQueueEvent
) : ServiceQueueEventSet
Parameters
- eventLeft
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
- eventRight
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A service queue event set by performing a bitwise OR operation.