Partager via


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 Level
'Utilisation
Dim instance As Level
Dim returnValue As Level

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

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .Level
The cloned object.