PerspectiveAttribute.CopyTo(PerspectiveAttribute) Method

Definition

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

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

Parameters

obj
PerspectiveAttribute

The destination object to copy to.

Returns

The destination object.

Applies to