Bagikan melalui


ReportParameter.Clone Method

Returns a clone of the object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Clone As ReportParameter
'Usage
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

Return Value

Type: Microsoft.AnalysisServices.ReportParameter
The clone.

See Also

Reference

ReportParameter Class

Microsoft.AnalysisServices Namespace