Clone 方法

Creates and returns an instance of a Perspective class based on the current perspective.

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

语法

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

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