Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Parameter
- forceBodyLoading
Typ: System.Boolean
true to force the body loading; otherwise, false.
Rückgabewert
Typ: Microsoft.AnalysisServices.MajorObject
A new copy of the MajorObject object.