PerspectiveHierarchy.CopyTo(PerspectiveHierarchy) Method

Definition

Copies the content of this object to another object (the destination).

public Microsoft.AnalysisServices.PerspectiveHierarchy CopyTo (Microsoft.AnalysisServices.PerspectiveHierarchy obj);
override this.CopyTo : Microsoft.AnalysisServices.PerspectiveHierarchy -> Microsoft.AnalysisServices.PerspectiveHierarchy
Public Function CopyTo (obj As PerspectiveHierarchy) As PerspectiveHierarchy

Parameters

obj
PerspectiveHierarchy

The destination object to copy to.

Returns

The destination object.

Applies to