Compartir a través de


IntegrationServices.Key.Inequality Operador (Object, IntegrationServices.Key)

Indicates whether the specified object and the right-hand side of the key are unequal.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public Shared Operator <> ( _
    obj As Object, _
    rightOperand As IntegrationServices.Key _
) As Boolean
'Uso
Dim obj As Object 
Dim rightOperand As IntegrationServices.Key 
Dim returnValue As Boolean 

returnValue = (obj <> rightOperand)
public static bool operator !=(
    Object obj,
    IntegrationServices.Key rightOperand
)
public:
static bool operator !=(
    Object^ obj, 
    IntegrationServices.Key^ rightOperand
)
static let inline(<>)
        obj:Object * 
        rightOperand:IntegrationServices.Key  : bool
JScript admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the specified object and the right-hand side of the key are unequal; otherwise, false.

Vea también

Referencia

IntegrationServices.Key Clase

Sobrecarga de Inequality

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices