Compartir a través de


ISql100EventSessionDefinitions.Actions (Propiedad)

Obtiene la lista de acciones que se van a asociar a este evento.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql100EventSessionDefinitions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)