Compartilhar via


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

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

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.

Parâmetros

Valor de retorno

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

Consulte também

Referência

IntegrationServices.Key Classe

Sobrecarregado Inequality

Namespace Microsoft.SqlServer.Management.IntegrationServices