共用方式為


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 命名空間