Partager via


Interface IEventMetadata

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

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Interface IEventMetadata _
    Inherits IXEObjectMetadata
'Utilisation
Dim instance As IEventMetadata
public interface IEventMetadata : IXEObjectMetadata
public interface class IEventMetadata : IXEObjectMetadata
type IEventMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IEventMetadata extends IXEObjectMetadata

Le type IEventMetadata expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Fields Returns the collection of fields for an event.
Propriété publique Name Gets the name of the object. (hérité de IXEObjectMetadata.)
Propriété publique Package Gets the IPackage that this object is exposed from. (hérité de IXEObjectMetadata.)
Propriété publique UUID Gets the universally unique identifier for the event metadata.
Propriété publique Version Gets the version of the event.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.XEvent