Compartir a través de


ActionCollection.Item Propiedad (String)

Gets the Action object identified by the name parameter.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As Action 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

ActionCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.XEvent