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 | |
---|---|---|
Fields | Returns the collection of fields for an event. | |
Name | Gets the name of the object. (Inherited from IXEObjectMetadata.) | |
Package | Gets the IPackage that this object is exposed from. (Inherited from IXEObjectMetadata.) | |
UUID | Gets the universally unique identifier for the event metadata. | |
Version | Gets the version of the event. |
Top