An instance of an event from an event source. Use this object to obtain field and action data as well as metadata about the event object.
继承层次结构
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent
命名空间: Microsoft.SqlServer.XEvent.Linq
程序集: Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)
语法
声明
Public Class PublishedEvent
用法
Dim instance As PublishedEvent
public class PublishedEvent
public ref class PublishedEvent
type PublishedEvent = class end
public class PublishedEvent
PublishedEvent 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
![]() |
Actions | Gets a list of actions. |
![]() |
Fields | Gets a list of fields containing the data of the published event. |
![]() |
Location | Gets the provider internal location this event was sourced from. Use an EventLocator to retrieve the event at a later time, or to move the current location of an IEventProvider to the location of the event. |
![]() |
Metadata | Gets the metadata for the event object. |
![]() |
Name | Gets the name of the event object. |
![]() |
Package | Gets the package this event was produced from. |
![]() |
Timestamp | Gets the time this event was produced. |
![]() |
UUID | Gets the globally unique identifier of the event object. |
页首
方法
| 名称 | 说明 | |
|---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
.gif)
.gif)
.gif)