ClrAssembly.CopyTo(ClrAssembly) Method

Definition

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

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

Parameters

obj
ClrAssembly

The destination object to copy to.

Returns

The destination object.

Applies to