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.
Copies a MajorObject object to the specified destination.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Overridable Sub CopyTo ( _
destination As MajorObject, _
forceBodyLoading As Boolean _
)
'Usage
Dim destination As MajorObject
Dim forceBodyLoading As Boolean
Me.CopyTo(destination, forceBodyLoading)
protected internal virtual void CopyTo(
MajorObject destination,
bool forceBodyLoading
)
protected public:
virtual void CopyTo(
MajorObject^ destination,
bool forceBodyLoading
)
abstract CopyTo :
destination:MajorObject *
forceBodyLoading:bool -> unit
override CopyTo :
destination:MajorObject *
forceBodyLoading:bool -> unit
function CopyTo(
destination : MajorObject,
forceBodyLoading : boolean
)
Parameters
- destination
Type: Microsoft.AnalysisServices.MajorObject
The destination object to copy to.
- forceBodyLoading
Type: System.Boolean
true to force the body to load; otherwise, false.