CubeHierarchy.CopyTo(CubeHierarchy) Method

Definition

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

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

Parameters

obj
CubeHierarchy

The destination object to copy to.

Returns

The destination object.

Applies to