Método AdomdCommand.Clone
Creates and returns a new object that is a copy of the current AdomdCommand instance.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdCommand
A new AdomdCommand object that is a copy of this instance.