MajorObject.Clone(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.
Creates a new copy of the MajorObject object.
protected internal abstract Microsoft.AnalysisServices.MajorObject Clone (bool forceBodyLoading);
abstract member Clone : bool -> Microsoft.AnalysisServices.MajorObject
Protected Friend MustOverride Function Clone (forceBodyLoading As Boolean) As MajorObject
Parameters
- forceBodyLoading
- Boolean
true to force the body loading; otherwise, false.
Returns
A new copy of the MajorObject object.