ModelComponent.CopyTo(ModelComponent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.