Freigeben über


NamedDomainKey<T>.GetHashCode-Methode

Generate a hash code for the key.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As NamedDomainKey 
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

Rückgabewert

Typ: System.Int32
The hash code for the key value.

Siehe auch

Verweis

NamedDomainKey<T> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace