Cube.CopyTo(Cube) Method

Definition

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

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

Parameters

obj
Cube

The destination object to copy to.

Returns

The destination object.

Applies to