Partager via


Propriété ActionInfoCollection.Item (String)

Gets the ActionInfo object with the specified name.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ActionInfo 
    Get
'Utilisation
Dim instance As ActionInfoCollection 
Dim name As String 
Dim value As ActionInfo 

value = instance(name)
public ActionInfo this[
    string name
] { get; }
public:
virtual property ActionInfo^ default[String^ name] {
    ActionInfo^ get (String^ name) sealed;
}
abstract Item : ActionInfo 
override Item : ActionInfo
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.XEvent.ActionInfo
An ActionInfo object with the specified name.

Voir aussi

Référence

ActionInfoCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.XEvent