Condividi tramite


Classe MapValue

Specifies a key value pair that represents a map entry.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.XEvent.MapValue

Spazio dei nomi  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
Public Class MapValue
'Utilizzo
Dim instance As MapValue
public class MapValue
public ref class MapValue
type MapValue =  class end
public class MapValue

Nel tipo MapValue sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Key Gets the integer value of the map.
Proprietà pubblica 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.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Indicates whether the specified object is equal to the current object. Esegue l'override di Object.Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns a hash for the map value. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Returns the string value of the map. Esegue l'override di Object.ToString().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Indicates whether the two specified map keys are equal.
Operatore pubblicoMembro statico Inequality Indicates whether the two specified map keys are not equal.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.XEvent