PerspectiveMeasure.CopyTo(PerspectiveMeasure) Method

Definition

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

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

Parameters

obj
PerspectiveMeasure

The destination object to copy to.

Returns

The destination object.

Applies to