PerspectiveAction Constructor (String)
Initializes a new instance of PerspectiveAction by using an action identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
actionId As String _
)
public PerspectiveAction (
string actionId
)
public:
PerspectiveAction (
String^ actionId
)
public PerspectiveAction (
String actionId
)
public function PerspectiveAction (
actionId : String
)
Parameters
- actionId
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
PerspectiveAction Class
PerspectiveAction Members
Microsoft.AnalysisServices Namespace