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


Метод PerspectiveActionCollection.Find

Returns the PerspectiveAction with the specified action identifier or null if not found.

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

Синтаксис

'Декларация
Public Function Find ( _
    actionId As String _
) As PerspectiveAction
'Применение
Dim instance As PerspectiveActionCollection 
Dim actionId As String 
Dim returnValue As PerspectiveAction 

returnValue = instance.Find(actionId)
public PerspectiveAction Find(
    string actionId
)
public:
PerspectiveAction^ Find(
    String^ actionId
)
member Find : 
        actionId:string -> PerspectiveAction
public function Find(
    actionId : String
) : PerspectiveAction

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction with the specified action identifier or null if not found.

См. также

Справочник

PerspectiveActionCollection Класс

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