Freigeben über


AdomdConnection Constructor (AdomdConnection)

Initializes a new instance of the AdomdConnection class by using values from a specified AdomdConnection class. The session identifier and command state are not the same.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public Sub New ( _
    connection As AdomdConnection _
)
public AdomdConnection (
    AdomdConnection connection
)
public:
AdomdConnection (
    AdomdConnection^ connection
)
public AdomdConnection (
    AdomdConnection connection
)
public function AdomdConnection (
    connection : AdomdConnection
)

Parameter

  • connection
    An AdomdConnection from which to retrieve connection information.

Hinweise

This constructor uses the AdomdConnection to create a new AdomdConnection.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace