SuspectPage.GetHashCode Method
Returns a hash code for the instance.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Bildirim
Public Overrides Function GetHashCode As Integer
'Kullanım
Dim instance As SuspectPage
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
Return Value
Type: System.Int32
A hash code for the instance, suitable for use in hashing algorithms and data structures like a hash table.