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 | |
---|---|---|
![]() |
Fields | Returns the collection of fields for an event. |
![]() |
Name | Gets the name of the object. (hérité de IXEObjectMetadata.) |
![]() |
Package | Gets the IPackage that this object is exposed from. (hérité de IXEObjectMetadata.) |
![]() |
UUID | Gets the universally unique identifier for the event metadata. |
![]() |
Version | Gets the version of the event. |
Haut de la page