Partager via


Méthode SfcConnection.GetHashCode

Returns the hash code for this connection.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetHashCode As Integer
'Utilisation
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

Valeur de retour

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

Voir aussi

Référence

SfcConnection Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc