NamedComponent.CopyTo(NamedComponent) Method

Definition

Copies a NamedComponent object to the specified object.

protected void CopyTo (Microsoft.AnalysisServices.NamedComponent obj);
override this.CopyTo : Microsoft.AnalysisServices.NamedComponent -> unit
Protected Sub CopyTo (obj As NamedComponent)

Parameters

obj
NamedComponent

The object you are copying to.

Remarks

For internal use.

Applies to