Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies a key value pair that represents a map entry.
Vererbungshierarchie
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
Der MapValue-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | Indicates whether the specified object is equal to the current object. (Überschreibt Object.Equals(Object).) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | Returns a hash for the map value. (Überschreibt Object.GetHashCode().) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | Returns the string value of the map. (Überschreibt Object.ToString().) |
Zum Anfang
Operatoren
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
Equality | Indicates whether the two specified map keys are equal. |
![]() ![]() |
Inequality | Indicates whether the two specified map keys are not equal. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)
.gif)