Opérateur ObjectEvent.Equality
Creates a object event set by performing an equality operation on two ObjectEvent 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 ObjectEvent, _
b As ObjectEvent _
) As Boolean
'Utilisation
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 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.ObjectEvent
An ObjectEvent object that specifies the object events.
- b
Type : Microsoft.SqlServer.Management.Smo.ObjectEvent
An ObjectEvent object that specifies the object events.
Valeur de retour
Type : System.Boolean
An ObjectEventSet object value that specifies a set of object events.