Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether the objects represented by the two specified NameKey values are the same.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public Shared Operator = ( _
leftOperand As NameKey, _
rightOperand As NameKey _
) As Boolean
'Utilisation
Dim leftOperand As NameKey
Dim rightOperand As NameKey
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
NameKey leftOperand,
NameKey rightOperand
)
public:
static bool operator ==(
NameKey^ leftOperand,
NameKey^ rightOperand
)
static let inline(=)
leftOperand:NameKey *
rightOperand:NameKey : bool
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- leftOperand
Type : Microsoft.SqlServer.Management.IntegrationServices.NameKey
The first object to compare.
- rightOperand
Type : Microsoft.SqlServer.Management.IntegrationServices.NameKey
The second object to compare.
Valeur de retour
Type : System.Boolean
True if the two objects are the same; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices