AdomdCommand.Clone Method

Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public Function Clone As AdomdCommand
'Usage
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