Opérateur ServiceQueueEvent.Equality
Creates a service queue event set by performing an equality operation on two ServiceQueueEvent objects.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Shared Operator = ( _
a As ServiceQueueEvent, _
b As ServiceQueueEvent _
) As Boolean
'Utilisation
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 prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- a
Type : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
- b
Type : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
Valeur de retour
Type : System.Boolean
A ServiceQueueEventSet object value that specifies a set of service queue events.