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