EnvironmentReference.Key.GetHashCode Method

Retrieves the hash code of the EnvironmentReference.Key class.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

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

Return Value

Type: System.Int32
The hash code of the specified class.

See Also

Reference

EnvironmentReference.Key Class

Microsoft.SqlServer.Management.IntegrationServices Namespace