Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
Dim connectionString As String
Dim instance As New AdomdConnection(connectionString)
public AdomdConnection(
string connectionString
)
public:
AdomdConnection(
String^ connectionString
)
new :
connectionString:string -> AdomdConnection
public function AdomdConnection(
connectionString : String
)
Parameter
- connectionString
Typ: System.String
A string that contains the connection string to be used by the AdomdConnection.