Freigeben über


ComplexProperty.GetHashCode-Methode

Returns the hash code for an instance of the ComplexProperty class.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As ComplexProperty 
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

Rückgabewert

Typ: System.Int32
A 32-bit signed integer that is the hash code for this instance.

Siehe auch

Verweis

ComplexProperty Klasse

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace