PublishedEvent.ActionList-Klasse
Represents an array of actions containing the native data of the published action.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent.ActionList
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Class ActionList _
Implements IEnumerable
'Usage
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
Der PublishedEvent.ActionList-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Returns an enumerator over the list of actions. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) | |
TryGetValue | Gets the value associated with the specified key. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.