Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 _
)
'Usage
Dim connection As AdomdConnection
Dim instance As New AdomdConnection(connection)
public AdomdConnection(
AdomdConnection connection
)
public:
AdomdConnection(
AdomdConnection^ connection
)
new :
connection:AdomdConnection -> AdomdConnection
public function AdomdConnection(
connection : AdomdConnection
)
Parameters
- connection
Type: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection from which to retrieve connection information.
Remarks
This constructor uses the AdomdConnection to create a new AdomdConnection.