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 | |
---|---|---|
![]() |
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | Indicates whether the specified object is equal to the current object. (remplace Object.Equals(Object).) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | Returns a hash for the map value. (remplace Object.GetHashCode().) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | Returns the string value of the map. (remplace Object.ToString().) |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
![]() ![]() |
Equality | Indicates whether the two specified map keys are equal. |
![]() ![]() |
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.