Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 Command
'Utilisation
Dim instance As Command
Dim returnValue As Command
returnValue = instance.Clone()
public Command Clone()
public:
Command^ Clone()
member Clone : unit -> Command
public function Clone() : Command
Valeur de retour
Type : Microsoft.AnalysisServices.Command
The cloned object.