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
Public property Key Gets the integer value of the map.
Public property 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
Public method Equals Indicates whether the specified object is equal to the current object. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns a hash for the map value. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the string value of the map. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Indicates whether the two specified map keys are equal.
Public operatorStatic member 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.

See Also

Reference

Microsoft.SqlServer.XEvent Namespace