Condividi tramite


Metodo UIConnectionInfo.GetHashCode

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Returns the hash code for the specified type.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetHashCode As Integer
'Utilizzo
Dim instance As UIConnectionInfo 
Dim returnValue As Integer 

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

Valore restituito

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

Vedere anche

Riferimento

UIConnectionInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegSvrEnum