This topic has not yet been rated - Rate this topic

ViewEvent.Inequality Operator

Creates a view event set by performing an inequality operation on two ViewEvent objects.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static bool operator !=(
	ViewEvent a,
	ViewEvent b
)

Parameters

a
Type: Microsoft.SqlServer.Management.Smo.ViewEvent
A ViewEvent object that specifies the view events.
b
Type: Microsoft.SqlServer.Management.Smo.ViewEvent
A ViewEvent object that specifies the view events.

Return Value

Type: System.Boolean
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.