Assembly.CopyTo Method (MajorObject, Boolean)

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

Copies an assembly to the specified destination.

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

Syntax

VB
'Declaration
Protected Friend Overrides 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 loading; otherwise, false.

See Also

Reference

Assembly Class

CopyTo Overload

Microsoft.AnalysisServices Namespace