Sdílet prostřednictvím


ISql100EventSessionDefinitions.Actions – vlastnost

Získá seznam akcí přidružit k této události.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100EventSessionDefinitions Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů