ModelComponent.CopyTo(ModelComponent) Method

Definition

Copies a ModelComponent object to the specified object.

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

Parameters

obj
ModelComponent

The object you are copying to.

Remarks

For internal use.

Applies to