Compartir a través de


Clase MapValue

Specifies a key value pair that represents a map entry.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.XEvent.MapValue

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public Class MapValue
'Uso
Dim instance As MapValue
public class MapValue
public ref class MapValue
type MapValue =  class end
public class MapValue

El tipo MapValue expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Key Gets the integer value of the map.
Propiedad pública 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.

Arriba

Métodos

  Nombre Descripción
Método público Equals Indicates whether the specified object is equal to the current object. (Invalida Object.Equals(Object).)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns a hash for the map value. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString Returns the string value of the map. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Indicates whether the two specified map keys are equal.
Operador públicoMiembro estático Inequality Indicates whether the two specified map keys are not equal.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent