Partager via


Opérateur ViewEvent.Equality

Creates a view event set by performing an equality operation on two ViewEvent 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 ViewEvent, _
    b As ViewEvent _
) As Boolean
'Utilisation
Dim a As ViewEvent 
Dim b As ViewEvent 
Dim returnValue As Boolean 

returnValue = (a = b)
public static bool operator ==(
    ViewEvent a,
    ViewEvent b
)
public:
static bool operator ==(
    ViewEvent^ a, 
    ViewEvent^ b
)
static let inline(=)
        a:ViewEvent * 
        b:ViewEvent  : bool
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.

Paramètres

Valeur de retour

Type : System.Boolean
A ViewEventSet object value that specifies a set of view events.

Exemples

Gestion des événements SMO

Voir aussi

Référence

ViewEvent Classe

Espace de noms Microsoft.SqlServer.Management.Smo