Find-Methode
Gets the PerspectiveAction that has the specified identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
actionId As String _
) As PerspectiveAction
'Usage
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
Parameter
- actionId
Typ: System. . :: . .String
Rückgabewert
Typ: Microsoft.AnalysisServices. . :: . .PerspectiveAction
The PerspectiveAction if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).