Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.