Método Target.Key.GetHashCode
Gets the hash code of a Target.Key object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As Target.Key
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
Valor de retorno
Tipo: System.Int32
An integer value that contains the hash code.