Inequality Operador
Creates a table event set by performing an inequality operation on two TableEvent 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 TableEvent, _
b As TableEvent _
) As Boolean
'Uso
Dim a As TableEvent
Dim b As TableEvent
Dim returnValue As Boolean
returnValue = (a <> b)
public static bool operator !=(
TableEvent a,
TableEvent b
)
public:
static bool operator !=(
TableEvent^ a,
TableEvent^ b
)
static let inline (<>)
a:TableEvent *
b:TableEvent : bool
JScript admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.
Parámetros
- a
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that specifies the table events.
- b
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that specifies the table events.
Valor devuelto
Tipo: System. . :: . .Boolean
A TableEventSet object value that specifies a set of table events.
Vea también