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 Function Clone As Command
'Usage
Dim instance As Command
Dim returnValue As Command
returnValue = instance.Clone()
public Command Clone()
public:
Command^ Clone()
member Clone : unit -> Command
public function Clone() : Command
Rückgabewert
Typ: Microsoft.AnalysisServices.Command
The cloned object.