Condividi tramite


Classe PublishedEvent.ActionList

Represents an array of actions containing the native data of the published action.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.XEvent.Linq.PublishedEvent.ActionList

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

Sintassi

'Dichiarazione
Public Class ActionList _
    Implements IEnumerable
'Utilizzo
Dim instance As PublishedEvent.ActionList
public class ActionList : IEnumerable
public ref class ActionList : IEnumerable
type ActionList =  
    class 
        interface IEnumerable 
    end
public class ActionList implements IEnumerable

Nel tipo PublishedEvent.ActionList sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of actions associated with the event.
Proprietà pubblica Item Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetEnumerator Returns an enumerator over the list of actions.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico TryGetValue Gets the value associated with the specified key.

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