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.
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.