Compartir a través de


CubeDef.GetHashCode Método

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As CubeDef 
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

Valor devuelto

Tipo: System.Int32
A 32-bit signed integer hash code.

Vea también

Referencia

CubeDef Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient