IMapMetadata Interface

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

The IMapMetadata type exposes the following members.

Properties

  Name Description
Public property Entries Gets a collection of key value mappings for this map.
Public property Item Returns the MapValue entry with the specified key value.
Public property Name Gets the name of the object. (Inherited from IXEObjectMetadata.)
Public property Package Gets the IPackage that this object is exposed from. (Inherited from IXEObjectMetadata.)

Top

See Also

Reference

Microsoft.SqlServer.XEvent Namespace