ConnectionInfo Constructor
Initializes a new instance of the ConnectionInfo class using a connection string.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
connectionString As String _
)
public ConnectionInfo (
string connectionString
)
public:
ConnectionInfo (
String^ connectionString
)
public ConnectionInfo (
String connectionString
)
public function ConnectionInfo (
connectionString : String
)
Parameter
- connectionString
A String that contains the connection information.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ConnectionInfo Class
ConnectionInfo Members
Microsoft.AnalysisServices Namespace