Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Protected Friend MustOverride Function Clone ( _
forceBodyLoading As Boolean _
) As MajorObject
'Usage
Dim forceBodyLoading As Boolean
Dim returnValue As MajorObject
returnValue = Me.Clone(forceBodyLoading)
protected internal abstract MajorObject Clone(
bool forceBodyLoading
)
protected public:
virtual MajorObject^ Clone(
bool forceBodyLoading
) abstract
abstract Clone :
forceBodyLoading:bool -> MajorObject
abstract function Clone(
forceBodyLoading : boolean
) : MajorObject
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.