Propriedade do RDL ActionCollection.Item (String)
Gets the Action object identified by the name parameter.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The name of the Action object.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.XEvent.Action
An Action object specified by the name parameter.