Método DtsObject.GetHashCodeHelper
Returns the hash code for this instance.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Protected Shared Function GetHashCodeHelper ( _
obj As Object _
) As Integer
'Uso
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
Parâmetros
- obj
Tipo: System.Object
The specified object.
Valor de retorno
Tipo: System.Int32
A hash code for the current object.