Perspective.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
傳回值
型別:Microsoft.AnalysisServices.Perspective
A Perspective object.