Condividi tramite


Operatore Inequality

Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared Operator <> ( _
    a As ServiceQueueEvent, _
    b As ServiceQueueEvent _
) As Boolean
'Utilizzo
Dim a As ServiceQueueEvent
Dim b As ServiceQueueEvent
Dim returnValue As Boolean

returnValue = (a <> b)
public static bool operator !=(
    ServiceQueueEvent a,
    ServiceQueueEvent b
)
public:
static bool operator !=(
    ServiceQueueEvent^ a, 
    ServiceQueueEvent^ b
)
static let inline (<>)
        a:ServiceQueueEvent * 
        b:ServiceQueueEvent  : bool
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.

Parametri

Valore restituito

Tipo: System. . :: . .Boolean
A ServiceQueueEventSet object value that specifies a set of service queue events.