Share via


PerspectiveAttribute.CopyTo Method

Copies a PerspectiveAttribute object to the specified object.

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

Syntax

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

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

Parameters

Return Value

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

See Also

Reference

PerspectiveAttribute Class

Microsoft.AnalysisServices Namespace