Partager via


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.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    connection As AdomdConnection _
)
public AdomdConnection (
    AdomdConnection connection
)
public:
AdomdConnection (
    AdomdConnection^ connection
)
public AdomdConnection (
    AdomdConnection connection
)
public function AdomdConnection (
    connection : AdomdConnection
)

Paramètres

  • connection
    An AdomdConnection from which to retrieve connection information.

Notes

This constructor uses the AdomdConnection to create a new AdomdConnection.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace