Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the PerspectiveAction by using an action identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
actionId As String _
)
'Usage
Dim actionId As String
Dim instance As New PerspectiveAction(actionId)
public PerspectiveAction(
string actionId
)
public:
PerspectiveAction(
String^ actionId
)
new :
actionId:string -> PerspectiveAction
public function PerspectiveAction(
actionId : String
)
Parameters
- actionId
Type: System.String
A String that contains a unique identifier for the Action.