共用方式為


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

參數

傳回值

型別:Microsoft.AnalysisServices.PerspectiveAction
The destination object.

請參閱

參考

PerspectiveAction 類別

Microsoft.AnalysisServices 命名空間