Compartilhar via


Método ActionInfo.Key.GetHashCode

Gets the hash code of a ActionInfo.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 ActionInfo.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
Returns an integer that specifies the hash code of a ActionInfo.Key object.

Consulte também

Referência

ActionInfo.Key Classe

Namespace Microsoft.SqlServer.Management.XEvent