AdomdConnection.ICloneable.Clone Method ()

 

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

object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object
private override Clone : unit -> Object
Private Function Clone As Object
    Implements ICloneable.Clone

Return Value

Type: System.Object

An instance of an AdomdConnection based on the current AdomdConnection.

Implements

ICloneable.Clone()

See Also

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top