Clone 方法
Creates a new, full copy of a PerspectiveAction object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function Clone As PerspectiveAction
'用途
Dim instance As PerspectiveAction
Dim returnValue As PerspectiveAction
returnValue = instance.Clone()
public PerspectiveAction Clone()
public:
PerspectiveAction^ Clone()
member Clone : unit -> PerspectiveAction
public function Clone() : PerspectiveAction
傳回值
型別:Microsoft.AnalysisServices. . :: . .PerspectiveAction
A cloned object.