Metodo DtsObject.GetHashCodeHelper

Returns the hash code for this instance.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Protected Shared Function GetHashCodeHelper ( _
    obj As Object _
) As Integer
'Utilizzo
Dim obj As Object 
Dim returnValue As Integer 

returnValue = DtsObject.GetHashCodeHelper(obj)
protected static int GetHashCodeHelper(
    Object obj
)
protected:
static int GetHashCodeHelper(
    Object^ obj
)
static member GetHashCodeHelper : 
        obj:Object -> int
protected static function GetHashCodeHelper(
    obj : Object
) : int

Parametri

Valore restituito

Tipo: System.Int32
A hash code for the current object.

Vedere anche

Riferimento

DtsObject Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime