Condividi tramite


IntegrationServices.Key.Inequality Operatore

Definizione

Determina se i due oggetti chiave specificati presentano valori diversi.

Overload

Inequality(IntegrationServices+Key, IntegrationServices+Key)

Indica se i due oggetti chiave specificati presentano valori diversi con gli operandi specificati.

Inequality(IntegrationServices+Key, Object)

Indica se l'oggetto specificato e il lato sinistro della chiave sono diversi.

Inequality(Object, IntegrationServices+Key)

Indica se l'oggetto specificato e il lato destro della chiave sono diversi.

Inequality(IntegrationServices+Key, IntegrationServices+Key)

Indica se i due oggetti chiave specificati presentano valori diversi con gli operandi specificati.

public:
 static bool operator !=(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ leftOperand, Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ rightOperand);
public static bool operator != (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key leftOperand, Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key * Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key -> bool
Public Shared Operator != (leftOperand As IntegrationServices.Key, rightOperand As IntegrationServices.Key) As Boolean

Parametri

leftOperand
IntegrationServices.Key

Oggetto IntegrationServices.Key che rappresenta il lato sinistro della chiave da confrontare.

rightOperand
IntegrationServices.Key

Oggetto IntegrationServices.Key che rappresenta il lato destro della chiave da confrontare.

Restituisce

true se i due oggetti chiave specificati hanno valori diversi usando gli operandi specificati; in caso contrario, false.

Si applica a

Inequality(IntegrationServices+Key, Object)

Indica se l'oggetto specificato e il lato sinistro della chiave sono diversi.

public:
 static bool operator !=(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ leftOperand, System::Object ^ obj);
public static bool operator != (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key * obj -> bool
Public Shared Operator != (leftOperand As IntegrationServices.Key, obj As Object) As Boolean

Parametri

leftOperand
IntegrationServices.Key

Oggetto IntegrationServices.Key che rappresenta il lato sinistro della chiave da confrontare.

obj
Object

Oggetto specificato.

Restituisce

true se l'oggetto specificato e il lato sinistro della chiave non sono uguali; in caso contrario, false.

Si applica a

Inequality(Object, IntegrationServices+Key)

Indica se l'oggetto specificato e il lato destro della chiave sono diversi.

public:
 static bool operator !=(System::Object ^ obj, Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ rightOperand);
public static bool operator != (object obj, Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As IntegrationServices.Key) As Boolean

Parametri

obj
Object

Oggetto specificato.

rightOperand
IntegrationServices.Key

Oggetto IntegrationServices.Key che rappresenta il lato destro della chiave da confrontare.

Restituisce

true se l'oggetto specificato e il lato destro della chiave non sono uguali; in caso contrario, false.

Si applica a