GetHashCode Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public MustOverride Function GetHashCode As Integer
'Uso
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

Valor devuelto

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

Comentarios

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.