PerspectiveHierarchy.CopyTo Method (PerspectiveHierarchy)

 

Applies To: SQL Server 2016 Preview

Copies the content of this object to another object.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.PerspectiveHierarchy

The destination object.

See Also

PerspectiveHierarchy Class
Microsoft.AnalysisServices Namespace

Return to top