Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
The ComAssembly object into which the current object is to be copied.
Return Value
Type: Microsoft.AnalysisServices.ComAssembly
The copied ComAssembly object.