次の方法で共有


PerspectiveAction.CopyTo メソッド

オブジェクトの内容を別のオブジェクト (コピー先) にコピーします。

名前空間:  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
コピー先のオブジェクトです。

関連項目

参照

PerspectiveAction クラス

Microsoft.AnalysisServices 名前空間