Perspective.CopyTo Method (Perspective)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Copies a Perspective to the specified object.

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

Syntax

'Declaration
Public Function CopyTo ( _
    obj As Perspective _
) As Perspective
'Usage
Dim instance As Perspective 
Dim obj As Perspective 
Dim returnValue As Perspective 

returnValue = instance.CopyTo(obj)
public Perspective CopyTo(
    Perspective obj
)
public:
Perspective^ CopyTo(
    Perspective^ obj
)
member CopyTo : 
        obj:Perspective -> Perspective
public function CopyTo(
    obj : Perspective
) : Perspective

Parameters

Return Value

Type: Microsoft.AnalysisServices.Perspective
The object copied to.

See Also

Reference

Perspective Class

CopyTo Overload

Microsoft.AnalysisServices Namespace