Compartir a través de


AdomdCommand.Clone Método

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Function Clone As AdomdCommand
'Uso
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

Valor devuelto

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

Vea también

Referencia

AdomdCommand Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient