PerspectiveAttribute.Clone Method
Creates a new, full copy of the PerspectiveAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As PerspectiveAttribute
'Usage
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
Return Value
Type: Microsoft.AnalysisServices.PerspectiveAttribute
The cloned object.