Compartilhar via


Método MiningDistribution.GetHashCode

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

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

Sintaxe

'Declaração
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As MiningDistribution 
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 de retorno

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

Consulte também

Referência

MiningDistribution Classe

Namespace Microsoft.AnalysisServices.AdomdClient