Freigeben über


AdomdCommand.Clone-Methode

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

Rückgabewert

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

Siehe auch

Verweis

AdomdCommand Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace