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.
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.