Clase PublishedAction
An instance of an action from an extended event session. Use this object to obtain action data and metadata about the action object.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedAction
Espacio de nombres: Microsoft.SqlServer.XEvent.Linq
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
Public Class PublishedAction _
Implements IField
'Uso
Dim instance As PublishedAction
public class PublishedAction : IField
public ref class PublishedAction : IField
type PublishedAction =
class
interface IField
end
public class PublishedAction implements IField
El tipo PublishedAction expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Metadata | Gets the metadata for the action object. | |
Name | Gets the name of the action object. | |
Package | Gets the package this action was produced from. | |
Type | Gets the value of the field in its native format. | |
Value | Gets the value of the action in its native format. |
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.