Méthode AdomdCommand.Clone
Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.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:
virtual AdomdCommand^ Clone() sealed
abstract Clone : unit -> AdomdCommand
override Clone : unit -> AdomdCommand
public final function Clone() : AdomdCommand
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.AdomdCommand
An AdomdCommand object.