This topic has not yet been rated - Rate this topic

ServerEvent.BitwiseOr Method

Returns a ServerEventSet as a result of a bitwise OR operation on two ServerEvent objects.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static ServerEventSet BitwiseOr(
	ServerEvent eventLeft,
	ServerEvent eventRight
)

Parameters

eventLeft
Type: Microsoft.SqlServer.Management.Smo.ServerEvent
A ServerEvent object that specifies the server events.
eventRight
Type: Microsoft.SqlServer.Management.Smo.ServerEvent
A ServerEvent object that specifies the server events.

Return Value

Type: Microsoft.SqlServer.Management.Smo.ServerEventSet
A ServerEventSet as a result of a bitwise OR operation on two ServerEvent objects.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.