PerspectiveCalculation.CopyTo(PerspectiveCalculation) Method

Definition

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

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

Parameters

obj
PerspectiveCalculation

The destination object to copy to.

Returns

The destination object.

Applies to