MajorObject.Clone Method

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

Creates a new copy of the MajorObject object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
protected internal abstract MajorObject Clone(
    bool forceBodyLoading
)

Parameters

  • forceBodyLoading
    Type: System.Boolean
    true to force the body loading; otherwise, false.

Return Value

Type: Microsoft.AnalysisServices.MajorObject
A new copy of the MajorObject object.

See Also

Reference

MajorObject Class

Microsoft.AnalysisServices Namespace