Metodo GetHashCode
Restituisce il codice hash relativo a questa istanza.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public Overrides Function GetHashCode As Integer
'Utilizzo
Dim instance As DacActionEventArgs
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
public override function GetHashCode() : int
Valore restituito
Tipo: System. . :: . .Int32
Signed Integer a 32 bit che rappresenta il codice hash per questa istanza.
Vedere anche