PerspectiveActionCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public PerspectiveAction Find(
    string actionId
)
public:
PerspectiveAction^ Find(
    String^ actionId
)
member Find : 
        actionId:string -> PerspectiveAction
Public Function Find (
    actionId As String
) As PerspectiveAction

Parameters

Return Value

Type: Microsoft.AnalysisServices.PerspectiveAction

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

See Also

PerspectiveActionCollection Class
Microsoft.AnalysisServices Namespace

Return to top