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.
Copies a Server object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As Server _
) As Server
'Usage
Dim instance As Server
Dim obj As Server
Dim returnValue As Server
returnValue = instance.CopyTo(obj)
public Server CopyTo(
Server obj
)
public:
Server^ CopyTo(
Server^ obj
)
member CopyTo :
obj:Server -> Server
public function CopyTo(
obj : Server
) : Server
Parameters
- obj
Type: Microsoft.AnalysisServices.Server
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.Server
The Server object copied to.