Интерфейс IEventMetadata
Contains the metadata for an event that is defined in an event provider.
Пространство имен: Microsoft.SqlServer.XEvent
Сборка: Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)
Синтаксис
'Декларация
Public Interface IEventMetadata _
Inherits IXEObjectMetadata
'Применение
Dim instance As IEventMetadata
public interface IEventMetadata : IXEObjectMetadata
public interface class IEventMetadata : IXEObjectMetadata
type IEventMetadata =
interface
interface IXEObjectMetadata
end
public interface IEventMetadata extends IXEObjectMetadata
Тип IEventMetadata обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Fields | Returns the collection of fields for an event. |
![]() |
Name | Gets the name of the object. (Производный от IXEObjectMetadata.) |
![]() |
Package | Gets the IPackage that this object is exposed from. (Производный от IXEObjectMetadata.) |
![]() |
UUID | Gets the universally unique identifier for the event metadata. |
![]() |
Version | Gets the version of the event. |
В начало