Метод XEStore.Key.GetHashCode
Gets the hash code of a XEStore.Key object.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public Overrides Function GetHashCode As Integer
'Применение
Dim instance As XEStore.Key
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
An integer value that contains the hash code.