Level.Clone Method
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Level
'Usage
Dim instance As Level
Dim returnValue As Level
returnValue = instance.Clone()
public Level Clone()
public:
Level^ Clone()
member Clone : unit -> Level
public function Clone() : Level
Return Value
Type: Microsoft.AnalysisServices.Level
The cloned object.