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.