TableEvent.Inequality Operator
Creates a table event set by performing an inequality operation on two TableEvent objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
a As TableEvent, _
b As TableEvent _
) As Boolean
'Usage
Dim a As TableEvent
Dim b As TableEvent
Dim returnValue As Boolean
returnValue = (a <> b)
public static bool operator !=(
TableEvent a,
TableEvent b
)
public:
static bool operator !=(
TableEvent^ a,
TableEvent^ b
)
static let inline(<>)
a:TableEvent *
b:TableEvent : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- a
Type: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that specifies the table events.
- b
Type: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that specifies the table events.
Return Value
Type: System.Boolean
A TableEventSet object value that specifies a set of table events.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace