PerspectiveKpi.CopyTo(PerspectiveKpi) Method

Definition

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

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

Parameters

obj
PerspectiveKpi

The destination object to copy to.

Returns

The destination object.

Applies to