Condividi tramite


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.

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

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

Parametri

  • connection
    An AdomdConnection from which to retrieve connection information.

Osservazioni

This constructor uses the AdomdConnection to create a new AdomdConnection.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace