Clone 方法

Creates a new full copy of an object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function Clone As PerspectiveCalculation
'用途
Dim instance As PerspectiveCalculation
Dim returnValue As PerspectiveCalculation

returnValue = instance.Clone()
public PerspectiveCalculation Clone()
public:
PerspectiveCalculation^ Clone()
member Clone : unit -> PerspectiveCalculation 
public function Clone() : PerspectiveCalculation

傳回值

型別:Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
A new cloned object.