Partager via


Méthode AdomdCommand.Clone

Creates and returns a new object that is a copy of the current AdomdCommand instance.

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

Syntaxe

'Déclaration
Public Function Clone As AdomdCommand
'Utilisation
Dim instance As AdomdCommand 
Dim returnValue As AdomdCommand 

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

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdClient.AdomdCommand
A new AdomdCommand object that is a copy of this instance.

Voir aussi

Référence

AdomdCommand Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient