Propriété PerspectiveActionCollection.Item (String)
Gets the PerspectiveAction with the specified action identifier.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
actionId As String _
) As PerspectiveAction
Get
'Utilisation
Dim instance As PerspectiveActionCollection
Dim actionId As String
Dim value As PerspectiveAction
value = instance(actionId)
public PerspectiveAction this[
string actionId
] { get; }
public:
property PerspectiveAction^ default[String^ actionId] {
PerspectiveAction^ get (String^ actionId);
}
member Item : PerspectiveAction
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- actionId
Type : System.String
The identifier of the PerspectiveAction to return.
Valeur de propriété
Type : Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction specified by the identifier.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | actionID is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | actionID does not exist in the collection. |