Partilhar via


Interface IMapMetadata

Represents the metadata for sets of key value mappings.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
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

O tipo IMapMetadata expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Entries Gets a collection of key value mappings for this map.
Propriedade pública Item Returns the MapValue entry with the specified key value.
Propriedade pública Name Gets the name of the object. (Herdado de IXEObjectMetadata.)
Propriedade pública Package Gets the IPackage that this object is exposed from. (Herdado de IXEObjectMetadata.)

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.XEvent