Server.CopyTo(Server) Method

Definition

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

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

Parameters

obj
Server

The destination object to copy to.

Returns

The destination object.

Applies to