Share via


Server.CopyTo Method

Definition

Overloads

CopyTo(Server)

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

CopyTo(MajorObject, Boolean)

Infrastructure. Copies a MajorObject object to the specified destination.

CopyTo(Server)

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

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

Parameters

obj
Server

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