Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Rückgabewert
Typ: Microsoft.AnalysisServices.Assembly
The newly created object.