Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Copies the content of the object to another object (the destination).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As MiningModel _
) As MiningModel
'Usage
Dim instance As MiningModel
Dim obj As MiningModel
Dim returnValue As MiningModel
returnValue = instance.CopyTo(obj)
public MiningModel CopyTo(
MiningModel obj
)
public:
MiningModel^ CopyTo(
MiningModel^ obj
)
member CopyTo :
obj:MiningModel -> MiningModel
public function CopyTo(
obj : MiningModel
) : MiningModel
Parameters
- obj
Type: Microsoft.AnalysisServices.MiningModel
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.MiningModel
The destination object.