Partilhar via


Propriedade ISql100EventSessionDefinitions.Actions

Obtém a lista de ações para associar a este evento.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100EventSessionDefinitions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel