Метод AdomdParameter.Clone
Creates a new AdomdParameter object that is a copy of the current instance.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function Clone As AdomdParameter
'Применение
Dim instance As AdomdParameter
Dim returnValue As AdomdParameter
returnValue = instance.Clone()
public AdomdParameter Clone()
public:
AdomdParameter^ Clone()
member Clone : unit -> AdomdParameter
public function Clone() : AdomdParameter
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient.AdomdParameter
The clone of the AdomdParameter object.