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.