Partager via


Interface IMapMetadata

Represents the metadata for sets of key value mappings.

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Interface IMapMetadata _
    Inherits IXEObjectMetadata
'Utilisation
Dim instance As IMapMetadata
public interface IMapMetadata : IXEObjectMetadata
public interface class IMapMetadata : IXEObjectMetadata
type IMapMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IMapMetadata extends IXEObjectMetadata

Le type IMapMetadata expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Entries Gets a collection of key value mappings for this map.
Propriété publique Item Returns the MapValue entry with the specified key value.
Propriété publique Name Gets the name of the object. (hérité de IXEObjectMetadata.)
Propriété publique Package Gets the IPackage that this object is exposed from. (hérité de IXEObjectMetadata.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.XEvent