AdomdConnection Constructor (String)
Initializes a new instance of the AdomdConnection class by using the specified connection string.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
connectionString As String _
)
public AdomdConnection (
string connectionString
)
public:
AdomdConnection (
String^ connectionString
)
public AdomdConnection (
String connectionString
)
public function AdomdConnection (
connectionString : String
)
Parametri
- connectionString
A string that contains the connection string to be used by the 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