ComAssembly.CopyTo Method (ComAssembly)
Copies the current ComAssembly object into the object that is passed as a parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As ComAssembly _
) As ComAssembly
public ComAssembly CopyTo (
ComAssembly obj
)
public:
ComAssembly^ CopyTo (
ComAssembly^ obj
)
public ComAssembly CopyTo (
ComAssembly obj
)
public function CopyTo (
obj : ComAssembly
) : ComAssembly
Parameters
- obj
Specifies the ComAssembly object into which the current object is to be copied.
Return Value
The copied ComAssembly object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ComAssembly Class
ComAssembly Members
Microsoft.AnalysisServices Namespace