ComAssembly.CopyTo(ComAssembly) Method

Definition

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

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

Parameters

obj
ComAssembly

The destination object to copy to.

Returns

The destination object.

Applies to