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.

页首

请参阅

参考

Microsoft.SqlServer.XEvent 命名空间