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 | |
---|---|---|
Count | Gets the number of actions associated with the event. | |
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 | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetEnumerator | Returns an enumerator over the list of actions. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. | |
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.