Level.GetHashCode Method ()

 

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

A 32-bit signed integer hash code.

See Also

Level Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top