Méthode Target.Key.GetHashCode
Gets the hash code of a Target.Key object.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Overrides Function GetHashCode As Integer
'Utilisation
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
Valeur de retour
Type : System.Int32
An integer value that contains the hash code.