ProcessableMajorObject.CopyTo(MajorObject, Boolean) Method

Definition

Copies the object to the specified destination.

protected internal override void CopyTo (Microsoft.AnalysisServices.MajorObject destination, bool forceBodyLoading);
override this.CopyTo : Microsoft.AnalysisServices.MajorObject * bool -> unit
Protected Friend Overrides Sub CopyTo (destination As MajorObject, forceBodyLoading As Boolean)

Parameters

destination
MajorObject

The destination where the object copied to.

forceBodyLoading
Boolean

true to force by loading; otherwise, false.

Applies to