Condividi tramite


Proprietà ActionCollection.Item (String)

Gets the Action object identified by the name parameter.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As Action 
    Get
'Utilizzo
Dim instance As ActionCollection 
Dim name As String 
Dim value As Action 

value = instance(name)
public Action this[
    string name
] { get; }
public:
property Action^ default[String^ name] {
    Action^ get (String^ name);
}
member Item : Action
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.Action
An Action object specified by the name parameter.

Vedere anche

Riferimento

ActionCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.XEvent