Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Creates and returns a new object that is a copy of the current AdomdCommand instance.
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
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdCommand
A new AdomdCommand object that is a copy of this instance.