Método NameKey.GetHashCode
Returns hash code for this NameKey.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As NameKey
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
Valor de retorno
Tipo: System.Int32
The hash code.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices