ConnectionInfo(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ConnectionInfo class using a connection string.
public ConnectionInfo (string connectionString);
new Microsoft.AnalysisServices.ConnectionInfo : string -> Microsoft.AnalysisServices.ConnectionInfo
Public Sub New (connectionString As String)
Parameters
- connectionString
- String
A String that contains the connection information.