Share via


Database.CopyTo Method

Definition

Overloads

CopyTo(Database)

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

CopyTo(MajorObject, Boolean)

Infrastructure. Copies a MajorObject object to the specified destination.

CopyTo(Database)

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

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

Parameters

obj
Database

The destination object to copy to.

Returns

The destination object.

Applies to

CopyTo(MajorObject, Boolean)

Infrastructure. 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