Partager via


Propriété IPackage.Actions

Gets the metadata collection describing all actions exposed by this package that may be present in the session.

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
ReadOnly Property Actions As ReadOnlyCollection(Of IActionMetadata)
    Get
'Utilisation
Dim instance As IPackage 
Dim value As ReadOnlyCollection(Of IActionMetadata)

value = instance.Actions
ReadOnlyCollection<IActionMetadata> Actions { get; }
property ReadOnlyCollection<IActionMetadata^>^ Actions {
    ReadOnlyCollection<IActionMetadata^>^ get ();
}
abstract Actions : ReadOnlyCollection<IActionMetadata>
function get Actions () : ReadOnlyCollection<IActionMetadata>

Valeur de propriété

Type : System.Collections.ObjectModel.ReadOnlyCollection<IActionMetadata>
The metadata collection describing all actions exposed by this package that may be present in the session.

Voir aussi

Référence

IPackage Interface

Espace de noms Microsoft.SqlServer.XEvent