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


Метод DataSetBase.GetHashCode

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets a unique hash code for the current instance.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Overrides Function GetHashCode As Integer
'Применение
Dim instance As DataSetBase 
Dim returnValue As Integer 

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int  
override GetHashCode : unit -> int
public override function GetHashCode() : int

Возвращаемое значение

Тип: System.Int32
A unique hash code for the current instance.

См. также

Справочник

DataSetBase Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel