Méthode Clone

Creates a new full copy of an object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Clone As PerspectiveCalculation
'Utilisation
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

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
A new cloned object.