PerspectiveDimension.CopyTo(PerspectiveDimension) Method

Definition

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

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

Parameters

obj
PerspectiveDimension

The destination object to copy to.

Returns

The destination object.

Applies to