Compartir a través de


ActionInfoCollection.Item Propiedad (String)

Gets the ActionInfo object with the specified name.

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 ActionInfo 
    Get
'Uso
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 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.ActionInfo
An ActionInfo object with the specified name.

Vea también

Referencia

ActionInfoCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.XEvent