MajorObject.CopyTo(MajorObject, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies a MajorObject object to the specified destination.
protected internal virtual void CopyTo (Microsoft.AnalysisServices.MajorObject destination, bool forceBodyLoading);
override this.CopyTo : Microsoft.AnalysisServices.MajorObject * bool -> unit
Protected Friend Overridable 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.