Returns the hash code for this instance.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Protected Shared Function GetHashCodeHelper ( _
obj As Object _
) As Integer
'用途
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
參數
- obj
型別:System.Object
The specified object.
傳回值
型別:System.Int32
A hash code for the current object.