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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)
.gif)
.gif)