PerspectiveAction.ICloneable.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new instance of the PerspectiveAction.

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

Syntax

object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object
private override Clone : unit -> Object
Private Function Clone As Object
    Implements ICloneable.Clone

Return Value

Type: System.Object

A PerspectiveAction object.

Implements

ICloneable.Clone()

See Also

PerspectiveAction Class
Microsoft.AnalysisServices Namespace

Return to top