DtsObject.GetHashCodeHelper Method
Returns the hash code for this instance.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Protected Shared Function GetHashCodeHelper ( _
obj As Object _
) As Integer
'Usage
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
Parameters
- obj
Type: System.Object
The specified object.
Return Value
Type: System.Int32
A hash code for the current object.