Clone méthode
Creates a new full copy of an object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Clone As Account
'Utilisation
Dim instance As Account
Dim returnValue As Account
returnValue = instance.Clone()
public Account Clone()
public:
Account^ Clone()
member Clone : unit -> Account
public function Clone() : Account
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .Account
An Account object.