Clone-Methode
Creates a new full copy of the MiningModel object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As MiningModel
'Usage
Dim instance As MiningModel
Dim returnValue As MiningModel
returnValue = instance.Clone()
public MiningModel Clone()
public:
MiningModel^ Clone()
member Clone : unit -> MiningModel
public function Clone() : MiningModel
Rückgabewert
Siehe auch