共用方式為


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 命名空間