DataSource.CopyTo(MajorObject, Boolean) Method

Definition

Copies a DataSource object to the specified object.

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 object to copy to.

forceBodyLoading
Boolean

true to force the body to load; otherwise, false.

Remarks

This API supports the product infrastructure and is not intended to be used directly from your code.

Applies to