Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an object event set by performing an inequality operation on two ObjectEvent objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
a As ObjectEvent, _
b As ObjectEvent _
) As Boolean
'Usage
Dim a As ObjectEvent
Dim b As ObjectEvent
Dim returnValue As Boolean
returnValue = (a <> b)
public static bool operator !=(
ObjectEvent a,
ObjectEvent b
)
public:
static bool operator !=(
ObjectEvent^ a,
ObjectEvent^ b
)
static let inline(<>)
a:ObjectEvent *
b:ObjectEvent : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- a
Type: Microsoft.SqlServer.Management.Smo.ObjectEvent
An ObjectEvent object that specifies the database events.
- b
Type: Microsoft.SqlServer.Management.Smo.ObjectEvent
An ObjectEvent object that specifies the database events.
Return Value
Type: System.Boolean
An ObjectEventSet object value that specifies a set of object events.