PerspectiveAction.CopyTo(PerspectiveAction) Method

Definition

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

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

Parameters

obj
PerspectiveAction

The destination object to copy to.

Returns

The destination object.

Applies to