Metoda ReportParameter.Clone
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Clone As ReportParameter
'Użycie
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