MiningModel.Clone Method

Returns a clone of the 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

Return Value

Type: Microsoft.AnalysisServices.MiningModel
The cloned object.

See Also

Reference

MiningModel Class

Clone Overload

Microsoft.AnalysisServices Namespace