MapValue Class
Specifies a key value pair that represents a map entry.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.XEvent.MapValue
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Class MapValue
'Usage
Dim instance As MapValue
public class MapValue
public ref class MapValue
type MapValue = class end
public class MapValue
The MapValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns a hash for the map value. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the string value of the map. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Indicates whether the two specified map keys are equal. | |
Inequality | Indicates whether the two specified map keys are not equal. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.