CollectionSet.Key.GetHashCode 方法

Gets the hash code for a key.

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
Public Overrides Function GetHashCode As Integer
用法
Dim instance As CollectionSet.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

返回值

类型:System.Int32
A Int that is the hash code.

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

请参阅

参考

CollectionSet.Key 类

Microsoft.SqlServer.Management.Collector 命名空间