Compartilhar via


Método SfcConnection.GetHashCode

Returns the hash code for this connection.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public MustOverride Function GetHashCode As Integer
'Uso
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

Valor de retorno

Tipo: System.Int32
A 32-bit signed integer hash code.

Consulte também

Referência

SfcConnection Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc