Класс 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. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.