ViewEvent.BitwiseOr Operator
SQL Server 2012
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)
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.ViewEventSetA ViewEventSet object value that specifies a set of view events.
