Udostępnij przez


Metoda AdomdCommand.Clone

Tworzy i zwraca wystąpienie AdomdCommand klasy oparte na bieżącym AdomdCommand.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Function Clone As AdomdCommand
'Użycie
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