Perspective.CopyTo(Perspective) Method

Definition

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

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

Parameters

obj
Perspective

The destination object to copy to.

Returns

The destination object.

Applies to