Freigeben über


IEventMetadata-Schnittstelle

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

Der IEventMetadata-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Fields Returns the collection of fields for an event.
Öffentliche Eigenschaft Name Gets the name of the object. (Geerbt von IXEObjectMetadata.)
Öffentliche Eigenschaft Package Gets the IPackage that this object is exposed from. (Geerbt von IXEObjectMetadata.)
Öffentliche Eigenschaft UUID Gets the universally unique identifier for the event metadata.
Öffentliche Eigenschaft Version Gets the version of the event.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.XEvent-Namespace