Метод SfcKey.GetHashCode
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public MustOverride Function GetHashCode As Integer
'Применение
Dim instance As SfcKey
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public abstract int GetHashCode()
public:
virtual int GetHashCode() abstract override
override GetHashCode : unit -> int
public abstract function GetHashCode() : int
Возвращаемое значение
Тип: System.Int32
A Int32 value that specifies the hash code.
Замечания
The method serves as a hash function for the object. It is suitable for use in hashing algorithms and data structures like a hash table.