หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Copies the content of the object to another object (the destination).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As PerspectiveKpi _
) As PerspectiveKpi
'Usage
Dim instance As PerspectiveKpi
Dim obj As PerspectiveKpi
Dim returnValue As PerspectiveKpi
returnValue = instance.CopyTo(obj)
public PerspectiveKpi CopyTo(
PerspectiveKpi obj
)
public:
PerspectiveKpi^ CopyTo(
PerspectiveKpi^ obj
)
member CopyTo :
obj:PerspectiveKpi -> PerspectiveKpi
public function CopyTo(
obj : PerspectiveKpi
) : PerspectiveKpi
Parameters
- obj
Type: Microsoft.AnalysisServices.PerspectiveKpi
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveKpi
The destination object.