Compartir a través de


ServiceQueueEvent.Equality Operador

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared Operator = ( _
    a As ServiceQueueEvent, _
    b As ServiceQueueEvent _
) As Boolean
'Uso
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 admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

Valor devuelto

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ServiceQueueEvent Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo