共用方式為


DtsObject.GetHashCodeHelper 方法

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

參數

傳回值

型別:System.Int32
A hash code for the current object.

請參閱

參考

DtsObject 類別

Microsoft.SqlServer.Dts.Runtime 命名空間