Bagikan melalui


AlgorithmParameter.ICloneable.Clone Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Creates a copy of the algorithm parameter.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Private Function Clone As Object Implements ICloneable.Clone
'Usage
Dim instance As AlgorithmParameter 
Dim returnValue As Object 

returnValue = CType(instance, ICloneable).Clone()
Object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object  
private override Clone : unit -> Object
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Object
The created object.

Implements

ICloneable.Clone()

See Also

Reference

AlgorithmParameter Class

Microsoft.AnalysisServices Namespace