Compartir a través de


Interfaz IEventMetadata

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

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public Interface IEventMetadata _
    Inherits IXEObjectMetadata
'Uso
Dim instance As IEventMetadata
public interface IEventMetadata : IXEObjectMetadata
public interface class IEventMetadata : IXEObjectMetadata
type IEventMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IEventMetadata extends IXEObjectMetadata

El tipo IEventMetadata expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Fields Returns the collection of fields for an event.
Propiedad pública Name Gets the name of the object. (Se hereda de IXEObjectMetadata.)
Propiedad pública Package Gets the IPackage that this object is exposed from. (Se hereda de IXEObjectMetadata.)
Propiedad pública UUID Gets the universally unique identifier for the event metadata.
Propiedad pública Version Gets the version of the event.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent