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
- obj
Tipo: System.Object
The specified object.
- rightOperand
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key
A IntegrationServices.Key object that represents the right-hand side of the key to compare.
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
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices