PerspectiveAttribute.CopyTo Method (PerspectiveAttribute)

 

Applies To: SQL Server 2016 Preview

Copies a PerspectiveAttribute object to the specified object.

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

Syntax

public PerspectiveAttribute CopyTo(
    PerspectiveAttribute obj
)
public:
PerspectiveAttribute^ CopyTo(
    PerspectiveAttribute^ obj
)
member CopyTo : 
        obj:PerspectiveAttribute -> PerspectiveAttribute
Public Function CopyTo (
    obj As PerspectiveAttribute
) As PerspectiveAttribute

Parameters

Return Value

Type: Microsoft.AnalysisServices.PerspectiveAttribute

The object copied to.

See Also

PerspectiveAttribute Class
Microsoft.AnalysisServices Namespace

Return to top