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
)
Parameters
- connection
An AdomdConnection from which to retrieve connection information.
Remarks
This constructor uses the AdomdConnection to create a new AdomdConnection.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace