IdKey.GetHashCode Method ()

 

Applies To: SQL Server 2016 Preview

Retrieves the hash code.

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

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

The hash code.

See Also

IdKey Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top