다음을 통해 공유


PerspectiveAction 생성자 (String)

Initializes a new instance of PerspectiveAction by using an action identifier.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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
)

매개 변수