DtsObject.GetHashCodeHelper(Object) Méthode
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.
Retourne le code de hachage de cette instance.
protected:
static int GetHashCodeHelper(System::Object ^ obj);
protected static int GetHashCodeHelper (object obj);
static member GetHashCodeHelper : obj -> int
Protected Shared Function GetHashCodeHelper (obj As Object) As Integer
Paramètres
- obj
- Object
Objet spécifié.
Retours
Code de hachage pour l'objet actuel.