Metodo PerspectiveActionCollection.Find

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Find ( _
    actionId As String _
) As PerspectiveAction
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

PerspectiveActionCollection Classe

Spazio dei nomi Microsoft.AnalysisServices