Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Copies an AlgorithmParameter object to the specified object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function CopyTo ( _
obj As AlgorithmParameter _
) As AlgorithmParameter
'Uso
Dim instance As AlgorithmParameter
Dim obj As AlgorithmParameter
Dim returnValue As AlgorithmParameter
returnValue = instance.CopyTo(obj)
public AlgorithmParameter CopyTo(
AlgorithmParameter obj
)
public:
AlgorithmParameter^ CopyTo(
AlgorithmParameter^ obj
)
member CopyTo :
obj:AlgorithmParameter -> AlgorithmParameter
public function CopyTo(
obj : AlgorithmParameter
) : AlgorithmParameter
Parámetros
- obj
Tipo: Microsoft.AnalysisServices.AlgorithmParameter
The object to be copied to.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter object copied to.