Partager via


Classe MapValue

Specifies a key value pair that represents a map entry.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.XEvent.MapValue

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Class MapValue
'Utilisation
Dim instance As MapValue
public class MapValue
public ref class MapValue
type MapValue =  class end
public class MapValue

Le type MapValue expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Key Gets the integer value of the map.
Propriété publique 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.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Indicates whether the specified object is equal to the current object. (remplace Object.Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns a hash for the map value. (remplace Object.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Returns the string value of the map. (remplace Object.ToString().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Indicates whether the two specified map keys are equal.
Opérateur publicMembre statique Inequality Indicates whether the two specified map keys are not equal.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.XEvent