Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the PerspectiveAction with the specified action identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
actionId As String _
) As PerspectiveAction
Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- actionId
Typ: System.String
The identifier of the PerspectiveAction to return.
Eigenschaftswert
Typ: Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction specified by the identifier.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentNullException | actionID is a null reference (Nothing in Visual Basic). |
| ItemNotFoundException | actionID does not exist in the collection. |