Assembly.CopyTo Method

Definition

Overloads

CopyTo(Assembly)

Copies the content of this object to another object (the destination).

CopyTo(MajorObject, Boolean)

This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code. It copies a MajorObject object to the specified destination.

CopyTo(Assembly)

Copies the content of this object to another object (the destination).

public Microsoft.AnalysisServices.Assembly CopyTo (Microsoft.AnalysisServices.Assembly obj);
override this.CopyTo : Microsoft.AnalysisServices.Assembly -> Microsoft.AnalysisServices.Assembly
Public Function CopyTo (obj As Assembly) As Assembly

Parameters

obj
Assembly

The destination object to copy to.

Returns

The destination object.

Applies to

CopyTo(MajorObject, Boolean)

This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code. It copies a MajorObject object to the specified destination.

protected internal override void CopyTo (Microsoft.AnalysisServices.MajorObject destination, bool forceBodyLoading);
override this.CopyTo : Microsoft.AnalysisServices.MajorObject * bool -> unit
Protected Friend Overrides Sub CopyTo (destination As MajorObject, forceBodyLoading As Boolean)

Parameters

destination
MajorObject

The destination object to copy to.

forceBodyLoading
Boolean

true to force the body to load; otherwise, false.

Applies to