SqlHierarchyId.GetHashCode Method ()

 

Applies To: SQL Server 2016 Preview

Gets a hash of the path from the root node of the hierarchy tree to the SqlHierarchyId node.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.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

A 32-bit signed integer representing the hash code for this instance.

See Also

SqlHierarchyId Structure
Microsoft.SqlServer.Types Namespace

Return to top