ISql100EventSessionDefinitions.Actions-Eigenschaft

Ruft die Liste der Aktionen ab, die diesem Ereignis zugeordnet werden sollen.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Actions As IList(Of ISql100EventSessionAction)
    Get
IList<ISql100EventSessionAction> Actions { get; }
property IList<ISql100EventSessionAction^>^ Actions {
    IList<ISql100EventSessionAction^>^ get ();
}
abstract Actions : IList<ISql100EventSessionAction>
function get Actions () : IList<ISql100EventSessionAction>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ISql100EventSessionAction>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100EventSessionDefinitions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace