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 네임스페이스