Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Shared Function BitwiseOr ( _
eventLeft As ServiceQueueEvent, _
eventRight As ServiceQueueEvent _
) As ServiceQueueEventSet
'Uso
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
Parámetros
- eventLeft
Tipo: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
- eventRight
Tipo: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A service queue event set by performing a bitwise OR operation.