Metodo DataEventColumnInfo.Key.GetHashCode

Gets the hash code of an DataEventColumnInfo.Key as Int32.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetHashCode As Integer
'Utilizzo
Dim instance As DataEventColumnInfo.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

Valore restituito

Tipo: System.Int32
Returns the hash code as Int32.

Vedere anche

Riferimento

DataEventColumnInfo.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent