AdomdCommand.Clone Method

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

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

Return Value

Type: Microsoft.AnalysisServices.AdomdServer.AdomdCommand
An AdomdCommand object.

See Also

Reference

AdomdCommand Class

Microsoft.AnalysisServices.AdomdServer Namespace