NamedComponent.CopyTo(NamedComponent) 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 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.