PerspectiveAction 建構函式 (String)
Initializes a new instance of the PerspectiveAction by using an action identifier.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub New ( _
actionId As String _
)
'用途
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
)
參數
- actionId
型別:System.String
A String that contains a unique identifier for the Action.