Server.Clone Method

Creates a new, full copy of a Server object.

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

Syntax

VB
'Declaration
Public Function Clone As Server
'Usage
Dim instance As Server 
Dim returnValue As Server 

returnValue = instance.Clone()

Return Value

Type: Microsoft.AnalysisServices.Server
The newly cloned Server object.

See Also

Reference

Server Class

Clone Overload

Microsoft.AnalysisServices Namespace