Jaa


AdomdConnection Constructor (String)

Initializes a new instance of the AdomdConnection class by using the specified connection string.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public Sub New ( _
    connectionString As String _
)
public AdomdConnection (
    string connectionString
)
public:
AdomdConnection (
    String^ connectionString
)
public AdomdConnection (
    String connectionString
)
public function AdomdConnection (
    connectionString : String
)

Parameters

  • connectionString
    A string that contains the connection string to be used by the 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