Propriedade do RDL PublishedEvent.ActionList.Item
Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
actionName As String _
) As PublishedAction
Get
'Uso
Dim instance As PublishedEvent.ActionList
Dim actionName As String
Dim value As PublishedAction
value = instance(actionName)
public PublishedAction this[
string actionName
] { get; }
public:
property PublishedAction^ default[String^ actionName] {
PublishedAction^ get (String^ actionName);
}
member Item : PublishedAction
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- actionName
Tipo: System.String
The name of the action.
Valor da propriedade
Tipo: Microsoft.SqlServer.XEvent.Linq.PublishedAction
An action from the action list by name.