This topic has not yet been rated - Rate this topic

SfcKey.GetHashCode Method

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
public abstract int GetHashCode()

Return Value

Type: 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.