Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.