Condividi tramite


Interfaccia IMapMetadata

Represents the metadata for sets of key value mappings.

Spazio dei nomi  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
Public Interface IMapMetadata _
    Inherits IXEObjectMetadata
'Utilizzo
Dim instance As IMapMetadata
public interface IMapMetadata : IXEObjectMetadata
public interface class IMapMetadata : IXEObjectMetadata
type IMapMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IMapMetadata extends IXEObjectMetadata

Nel tipo IMapMetadata sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Entries Gets a collection of key value mappings for this map.
Proprietà pubblica Item Returns the MapValue entry with the specified key value.
Proprietà pubblica Name Gets the name of the object. Ereditato da IXEObjectMetadata.
Proprietà pubblica Package Gets the IPackage that this object is exposed from. Ereditato da IXEObjectMetadata.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.XEvent