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.
Creates a new AdomdParameter object that is a copy of the current instance.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function Clone As AdomdParameter
'Usage
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
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdParameter
The clone of the AdomdParameter object.