Partilhar via


Método Action.GetHashCode

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Get the hash code for the current object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As Action 
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
The hash code for the current object.

Consulte também

Referência

Action Classe

Namespace Microsoft.ReportingServices.RdlObjectModel