Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the PerspectiveAction with the specified action identifier.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
actionId As String _
) As PerspectiveAction
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- actionId
Tipo: System.String
The identifier of the PerspectiveAction to return.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction specified by the identifier.
Excepciones
| Excepción | Condición |
|---|---|
| ArgumentNullException | actionID is a null reference (Nothing in Visual Basic). |
| ItemNotFoundException | actionID does not exist in the collection. |