MajorObject.CopyTo Method (MajorObject, Boolean)

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

VB
'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)

Parameters

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

See Also

Reference

MajorObject Class

CopyTo Overload

Microsoft.AnalysisServices Namespace