Freigeben über


IMapMetadata-Schnittstelle

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
Öffentliche Eigenschaft Entries Gets a collection of key value mappings for this map.
Öffentliche Eigenschaft Item Returns the MapValue entry with the specified key value.
Öffentliche Eigenschaft Name Gets the name of the object. (Geerbt von IXEObjectMetadata.)
Öffentliche Eigenschaft Package Gets the IPackage that this object is exposed from. (Geerbt von IXEObjectMetadata.)

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.XEvent-Namespace