IntegrationServices.Key.Inequality Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si les deux objets clés spécifiés ont des valeurs différentes.
Surcharges
Inequality(IntegrationServices+Key, IntegrationServices+Key) |
Indique si les deux objets clés spécifiés ont des valeurs différentes à l'aide des opérandes spécifiés. |
Inequality(IntegrationServices+Key, Object) |
Indique si l'objet spécifié et le côté gauche de la clé sont inégaux. |
Inequality(Object, IntegrationServices+Key) |
Indique si l'objet spécifié et le côté droit de la clé sont inégaux. |
Inequality(IntegrationServices+Key, IntegrationServices+Key)
Indique si les deux objets clés spécifiés ont des valeurs différentes à l'aide des opérandes spécifiés.
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
Paramètres
- leftOperand
- IntegrationServices.Key
Objet IntegrationServices.Key qui représente le côté gauche de la clé à comparer.
- rightOperand
- IntegrationServices.Key
Objet IntegrationServices.Key qui représente le côté droit de la clé à comparer.
Retours
true si les deux objets clés spécifiés ont des valeurs différentes à l’aide des opérandes spécifiés ; sinon, false.
S’applique à
Inequality(IntegrationServices+Key, Object)
Indique si l'objet spécifié et le côté gauche de la clé sont inégaux.
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
Paramètres
- leftOperand
- IntegrationServices.Key
Objet IntegrationServices.Key qui représente le côté gauche de la clé à comparer.
- obj
- Object
Objet spécifié.
Retours
true si l’objet spécifié et le côté gauche de la clé sont inégaux ; sinon, false.
S’applique à
Inequality(Object, IntegrationServices+Key)
Indique si l'objet spécifié et le côté droit de la clé sont inégaux.
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
Paramètres
- obj
- Object
Objet spécifié.
- rightOperand
- IntegrationServices.Key
Objet IntegrationServices.Key qui représente le côté droit de la clé à comparer.
Retours
true si l’objet spécifié et le côté droit de la clé sont inégaux ; sinon, false.