Méthode PerspectiveActionCollection.Find

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Find ( _
    actionId As String _
) As PerspectiveAction
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

PerspectiveActionCollection Classe

Espace de noms Microsoft.AnalysisServices