Opérateur ViewEvent.Inequality
Creates a view event set by performing an inequality 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
- a
Type : Microsoft.SqlServer.Management.Smo.ViewEvent
A ViewEvent object that specifies the view events.
- b
Type : Microsoft.SqlServer.Management.Smo.ViewEvent
A ViewEvent object that specifies the view events.
Valeur de retour
Type : System.Boolean
A ViewEventSet object value that specifies a set of view events.