Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Copies an AlgorithmParameter object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As AlgorithmParameter _
) As AlgorithmParameter
'Usage
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
Parameters
- obj
Type: Microsoft.AnalysisServices.AlgorithmParameter
The object to be copied to.
Return Value
Type: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter object copied to.