Action.Key.GetHashCode 方法
Gets the hash code of an Action.Key object.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public Overrides Function GetHashCode As Integer
'用途
Dim instance As Action.Key
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
An integer that specifies the hash code of an Action.Key object.