Classe PublishedAction
An instance of an action from an extended event session. Use this object to obtain action data and metadata about the action object.
Hierarquia de herança
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedAction
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
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
O tipo PublishedAction expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.