PerspectiveAction.CopyTo 메서드
Copies the content of the object to another object (the destination).
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
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
매개 변수
- obj
유형: Microsoft.AnalysisServices.PerspectiveAction
The destination object to copy to.
반환 값
유형: Microsoft.AnalysisServices.PerspectiveAction
The destination object.