共用方式為


MapValue.GetHashCode 方法

Returns a hash for the map value.

命名空間:  Microsoft.SqlServer.XEvent
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

'宣告
Public Overrides Function GetHashCode As Integer
'用途
Dim instance As MapValue 
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

傳回值

型別:System.Int32
The hash code for the map value.

請參閱

參考

MapValue 類別

Microsoft.SqlServer.XEvent 命名空間