Метод AdomdCommand.Clone
Creates and returns a new object that is a copy of the current AdomdCommand instance.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function Clone As AdomdCommand
'Применение
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
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient.AdomdCommand
A new AdomdCommand object that is a copy of this instance.