Поделиться через


Метод 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