Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
Fields | Returns the collection of fields for an event. |
![]() |
Name | Gets the name of the object. (Geerbt von IXEObjectMetadata.) |
![]() |
Package | Gets the IPackage that this object is exposed from. (Geerbt von IXEObjectMetadata.) |
![]() |
UUID | Gets the universally unique identifier for the event metadata. |
![]() |
Version | Gets the version of the event. |
Zum Anfang
.gif)