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
'Usage
Dim instance As ComAssembly
Dim obj As ComAssembly
Dim returnValue As ComAssembly
returnValue = instance.CopyTo(obj)
public ComAssembly CopyTo(
ComAssembly obj
)
public:
ComAssembly^ CopyTo(
ComAssembly^ obj
)
member CopyTo :
obj:ComAssembly -> ComAssembly
public function CopyTo(
obj : ComAssembly
) : ComAssembly
Parameters
- obj
Type: Microsoft.AnalysisServices.ComAssembly
Specifies the ComAssembly object into which the current object is to be copied.
Return Value
Type: Microsoft.AnalysisServices.ComAssembly
The copied ComAssembly object.