Compartir a través de


Interfaz IMapMetadata

Represents the metadata for sets of key value mappings.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public Interface IMapMetadata _
    Inherits IXEObjectMetadata
'Uso
Dim instance As IMapMetadata
public interface IMapMetadata : IXEObjectMetadata
public interface class IMapMetadata : IXEObjectMetadata
type IMapMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IMapMetadata extends IXEObjectMetadata

El tipo IMapMetadata expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Entries Gets a collection of key value mappings for this map.
Propiedad pública Item Returns the MapValue entry with the specified key value.
Propiedad pública Name Gets the name of the object. (Se hereda de IXEObjectMetadata.)
Propiedad pública Package Gets the IPackage that this object is exposed from. (Se hereda de IXEObjectMetadata.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent