Freigeben über


AdomdParameter.ICloneable.Clone-Methode

Creates a new instance of the AdomdParameter.

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

Syntax

'Declaration
Private Function Clone As Object Implements ICloneable.Clone
'Usage
Dim instance As AdomdParameter 
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Rückgabewert

Typ: System.Object
A new instance of the AdomdParameter.

Implementiert

ICloneable.Clone()

Siehe auch

Verweis

AdomdParameter Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace