共用方式為


MapValue 類別

Specifies a key value pair that represents a map entry.

繼承階層

System.Object
  Microsoft.SqlServer.XEvent.MapValue

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

語法

'宣告
Public Class MapValue
'用途
Dim instance As MapValue
public class MapValue
public ref class MapValue
type MapValue =  class end
public class MapValue

MapValue 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Key Gets the integer value of the map.
公用屬性 Value Gets the string value of the map entry. This value is a comma separated list when the map type is a bitmap and the key corresponds to more than one entry in the map.

上層

方法

  名稱 說明
公用方法 Equals Indicates whether the specified object is equal to the current object. (覆寫 Object.Equals(Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Returns a hash for the map value. (覆寫 Object.GetHashCode()。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString Returns the string value of the map. (覆寫 Object.ToString()。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Equality Indicates whether the two specified map keys are equal.
公用運算子靜態成員 Inequality Indicates whether the two specified map keys are not equal.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.XEvent 命名空間