Operador IntegrationServices.Key.Inequality (IntegrationServices.Key, IntegrationServices.Key)
Indicates whether the two specified key objects have different values using the specified operands.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Shared Operator <> ( _
leftOperand As IntegrationServices.Key, _
rightOperand As IntegrationServices.Key _
) As Boolean
'Uso
Dim leftOperand As IntegrationServices.Key
Dim rightOperand As IntegrationServices.Key
Dim returnValue As Boolean
returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
IntegrationServices.Key leftOperand,
IntegrationServices.Key rightOperand
)
public:
static bool operator !=(
IntegrationServices.Key^ leftOperand,
IntegrationServices.Key^ rightOperand
)
static let inline(<>)
leftOperand:IntegrationServices.Key *
rightOperand:IntegrationServices.Key : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- leftOperand
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key
A IntegrationServices.Key object that represents the left-hand side of the key to compare.
- rightOperand
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key
A IntegrationServices.Key object that represents the right-hand side of the key to compare.
Valor de retorno
Tipo: System.Boolean
true if the two specified key objects have different values using the specified operands; otherwise, false.
Consulte também
Referência
IntegrationServices.Key Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices