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.
Represents the metadata for sets of key value mappings.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Interface IMapMetadata _
Inherits IXEObjectMetadata
'Usage
Dim instance As IMapMetadata
public interface IMapMetadata : IXEObjectMetadata
public interface class IMapMetadata : IXEObjectMetadata
type IMapMetadata =
interface
interface IXEObjectMetadata
end
public interface IMapMetadata extends IXEObjectMetadata
Der IMapMetadata-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Entries | Gets a collection of key value mappings for this map. |
![]() |
Item | Returns the MapValue entry with the specified key value. |
![]() |
Name | Gets the name of the object. (Geerbt von IXEObjectMetadata.) |
![]() |
Package | Gets the IPackage that this object is exposed from. (Geerbt von IXEObjectMetadata.) |
Zum Anfang
.gif)