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 MustOverride Function Clone As Assembly
'Usage
Dim instance As [Assembly]
Dim returnValue As [Assembly]
returnValue = instance.Clone()
public abstract Assembly Clone()
public:
virtual Assembly^ Clone() abstract
abstract Clone : unit -> Assembly
public abstract function Clone() : Assembly
Return Value
Type: Microsoft.AnalysisServices.Assembly
The newly created object.