BreakpointInfo.GetHashCode Method ()

 

Applies To: SQL Server 2016 Preview

Returns the hash code for this instance.

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.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

The hash code for this instance.

See Also

BreakpointInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top