SfcConnection.GetHashCode 方法

Returns the hash code for this connection.

命名空间:  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 SfcConnection 
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 32-bit signed integer hash code.

请参阅

参考

SfcConnection 类

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