Méthode ComAssembly.CopyTo (ComAssembly)
Copies the current ComAssembly object into the object that is passed as a parameter.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function CopyTo ( _
obj As ComAssembly _
) As ComAssembly
'Utilisation
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
Paramètres
- obj
Type : Microsoft.AnalysisServices.ComAssembly
The ComAssembly object into which the current object is to be copied.
Valeur de retour
Type : Microsoft.AnalysisServices.ComAssembly
The copied ComAssembly object.