Freigeben über


AdomdConnection.ICloneable.Clone-Methode

Creates and returns an instance of an AdomdConnection based on the current AdomdConnection. Session ID and state are not cloned.

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

Syntax

'Declaration
Private Function Clone As Object Implements ICloneable.Clone
'Usage
Dim instance As AdomdConnection 
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
An instance of an AdomdConnection based on the current AdomdConnection.

Implementiert

ICloneable.Clone()

Siehe auch

Verweis

AdomdConnection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace