Partilhar via


Método MapValue.GetHashCode

Returns a hash for the map value.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As MapValue 
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
The hash code for the map value.

Consulte também

Referência

MapValue Classe

Namespace Microsoft.SqlServer.XEvent