SqlHierarchyId.GetHashCode 方法 ()

 

获取从层次结构树的根节点到 SqlHierarchyId 节点的路径的哈希值。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll 中)

语法

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

返回值

Type: System.Int32

一个 32 位有符号整数,该整数表示此实例的哈希代码。

请参阅

SqlHierarchyId 结构
Microsoft.SqlServer.Types 命名空间

返回页首