CopyTo メソッド (PerspectiveAction)

PerspectiveAction オブジェクトを指定したオブジェクトにコピーします。

名前空間:  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

戻り値

型: Microsoft.AnalysisServices. . :: . .PerspectiveAction
コピーされたオブジェクトです。