Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.