Dimension.CopyTo(Dimension) Method

Definition

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

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

Parameters

obj
Dimension

The destination object to copy to.

Returns

The destination object.

Applies to