Command.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new, full copy of an object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public Command Clone()
public:
Command^ Clone()
member Clone : unit -> Command
Public Function Clone As Command

Return Value

Type: Microsoft.AnalysisServices.Command

The cloned object.

See Also

Command Class
Microsoft.AnalysisServices Namespace

Return to top