Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As PerspectiveCalculation
'Usage
Dim instance As PerspectiveCalculation
Dim returnValue As PerspectiveCalculation
returnValue = instance.Clone()
public PerspectiveCalculation Clone()
public:
PerspectiveCalculation^ Clone()
member Clone : unit -> PerspectiveCalculation
public function Clone() : PerspectiveCalculation
Return Value
Type: Microsoft.AnalysisServices.PerspectiveCalculation
A new cloned object.