Partager via


Méthode GetHashCode

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetHashCode As Integer
'Utilisation
Dim instance As SfcKey
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public abstract int GetHashCode()
public:
virtual int GetHashCode() abstract override
override GetHashCode : unit -> int 
public abstract function GetHashCode() : int

Valeur de retour

Type : System. . :: . .Int32
A Int32 value that specifies the hash code.

Notes

The method serves as a hash function for the object. It is suitable for use in hashing algorithms and data structures like a hash table.