Compartilhar via


Método GetHashCode

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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

Comentários

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.