Metodo SfcKey.GetHashCode
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public MustOverride Function GetHashCode As Integer
'Utilizzo
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
Valore restituito
Tipo: System.Int32
A Int32 value that specifies the hash code.
Osservazioni
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.