PerspectiveKpi.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 PerspectiveKpi Clone()
public:
PerspectiveKpi^ Clone()
member Clone : unit -> PerspectiveKpi
Public Function Clone As PerspectiveKpi

Return Value

Type: Microsoft.AnalysisServices.PerspectiveKpi

The cloned PerspectiveKpi object.

See Also

PerspectiveKpi Class
Microsoft.AnalysisServices Namespace

Return to top