Freigeben über


Level.Clone-Methode

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

Rückgabewert

Typ: Microsoft.AnalysisServices.Level
The cloned object.

Siehe auch

Verweis

Level Klasse

Microsoft.AnalysisServices-Namespace