Freigeben über


ProactiveCaching.ICloneable.Clone-Methode

Creates a new instance of the AdomdParameter.

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

Syntax

'Declaration
Private Function Clone As Object Implements ICloneable.Clone
'Usage
Dim instance As ProactiveCaching 
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 AdomdParameter object.

Implementiert

ICloneable.Clone()

Siehe auch

Verweis

ProactiveCaching Klasse

Microsoft.AnalysisServices-Namespace