Share via


IEventMetadata Interface

Contains the metadata for an event that is defined in an event provider.

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

Syntax

'Declaration
Public Interface IEventMetadata _
    Inherits IXEObjectMetadata
'Usage
Dim instance As IEventMetadata
public interface IEventMetadata : IXEObjectMetadata
public interface class IEventMetadata : IXEObjectMetadata
type IEventMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IEventMetadata extends IXEObjectMetadata

The IEventMetadata type exposes the following members.

Properties

  Name Description
Public property Fields Returns the collection of fields for an event.
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.)
Public property UUID Gets the universally unique identifier for the event metadata.
Public property Version Gets the version of the event.

Top

See Also

Reference

Microsoft.SqlServer.XEvent Namespace