Condividi tramite


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.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.XEvent.Linq.PublishedAction

Spazio dei nomi  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
Public Class PublishedAction _
    Implements IField
'Utilizzo
Dim instance As PublishedAction
public class PublishedAction : IField
public ref class PublishedAction : IField
type PublishedAction =  
    class 
        interface IField 
    end
public class PublishedAction implements IField

Nel tipo PublishedAction sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Metadata Gets the metadata for the action object.
Proprietà pubblica Name Gets the name of the action object.
Proprietà pubblica Package Gets the package this action was produced from.
Proprietà pubblica Type Gets the value of the field in its native format.
Proprietà pubblica Value Gets the value of the action in its native format.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.XEvent.Linq