SfcKey.GetHashCode 方法

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].

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

语法

声明
Public MustOverride Function GetHashCode As Integer
用法
Dim instance As SfcKey 
Dim returnValue As Integer 

returnValue = instance.GetHashCode()
public abstract int GetHashCode()
public:
virtual int GetHashCode() abstract override
override GetHashCode : unit -> int
public abstract function GetHashCode() : int

返回值

类型:System.Int32
A Int32 value that specifies the hash code.

注释

The method serves as a hash function for the object. It is suitable for use in hashing algorithms and data structures like a hash table.

请参阅

参考

SfcKey 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间