Server.CopyTo Method

Definition

Overloads

CopyTo(Server)

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

CopyTo(MajorObject, Boolean)

Copies a Server object to the specified destination.

CopyTo(Server)

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

public Microsoft.AnalysisServices.Core.Server CopyTo (Microsoft.AnalysisServices.Core.Server obj);
override this.CopyTo : Microsoft.AnalysisServices.Core.Server -> Microsoft.AnalysisServices.Core.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)

Copies a Server 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 network Windows server name to which you are copying the Analysis Services server object.

forceBodyLoading
Boolean

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

Remarks

Do not reference this member directly in your code. It supports the Analysis Services infrastructure and will be hidden in a future release.

Applies to