CopyTo 메서드 (PerspectiveAction)
Copies a PerspectiveAction object to the specified object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Function CopyTo ( _
obj As PerspectiveAction _
) As PerspectiveAction
‘사용 방법
Dim instance As PerspectiveAction
Dim obj As PerspectiveAction
Dim returnValue As PerspectiveAction
returnValue = instance.CopyTo(obj)
public PerspectiveAction CopyTo(
PerspectiveAction obj
)
public:
PerspectiveAction^ CopyTo(
PerspectiveAction^ obj
)
member CopyTo :
obj:PerspectiveAction -> PerspectiveAction
public function CopyTo(
obj : PerspectiveAction
) : PerspectiveAction
매개 변수
반환 값
형식: Microsoft.AnalysisServices. . :: . .PerspectiveAction
The object copied to.