Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.