Clone 方法

Creates a new full copy of an object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function Clone As PerspectiveMeasure
用法
Dim instance As PerspectiveMeasure
Dim returnValue As PerspectiveMeasure

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

返回值

类型:Microsoft.AnalysisServices. . :: . .PerspectiveMeasure
The cloned object.