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, full copy of a Server object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Server
'Usage
Dim instance As Server
Dim returnValue As Server
returnValue = instance.Clone()
public Server Clone()
public:
Server^ Clone()
member Clone : unit -> Server
public function Clone() : Server
Return Value
Type: Microsoft.AnalysisServices.Server
The newly cloned Server object.