Поделиться через


Свойство PerspectiveActionCollection.Item (String)

Gets the PerspectiveAction with the specified action identifier.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    actionId As String _
) As PerspectiveAction 
    Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction specified by the identifier.

Исключения

Исключение Условие
ArgumentNullException

actionID is a null reference (Nothing in Visual Basic).

ItemNotFoundException

actionID does not exist in the collection.

См. также

Справочник

PerspectiveActionCollection Класс

Перегрузка Item

Пространство имен Microsoft.AnalysisServices