This topic has not yet been rated - Rate this topic

ViewEvent.BitwiseOr Operator

Creates a view event set by performing a bitwise OR operation on two ViewEvent objects.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static ViewEventSet operator |(
	ViewEvent eventLeft,
	ViewEvent eventRight
)

Parameters

eventLeft
Type: Microsoft.SqlServer.Management.Smo.ViewEvent
A ViewEvent object that specifies the view events.
eventRight
Type: Microsoft.SqlServer.Management.Smo.ViewEvent
A ViewEvent object that specifies the view events.

Return Value

Type: Microsoft.SqlServer.Management.Smo.ViewEventSet
A ViewEventSet object value that specifies a set of view events.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.