Método Level.Clone

Creates a new full copy of an object.

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

Sintaxe

'Declaração
Public Function Clone As Level
'Uso
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

Valor de retorno

Tipo: Microsoft.AnalysisServices.Level
The cloned object.

Consulte também

Referência

Level Classe

Namespace Microsoft.AnalysisServices