共用方式為


Clone 方法

Creates a new, full copy of the PerspectiveAttribute object.

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

語法

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

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

傳回值

型別:Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The cloned object.