Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent
Espacio de nombres: Microsoft.SqlServer.XEvent.Linq
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
Public Class PublishedEvent
'Uso
Dim instance As PublishedEvent
public class PublishedEvent
public ref class PublishedEvent
type PublishedEvent = class end
public class PublishedEvent
El tipo PublishedEvent expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)