IVsDataConnectionProperties.Parse(String) Method
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.
When implemented by a class, disassembles the components of a connection string into a set of properties in the current DataConnectionProperties instance.
public:
void Parse(System::String ^ connectionString);
public void Parse (string connectionString);
abstract member Parse : string -> unit
Public Sub Parse (connectionString As String)
Parameters
- connectionString
- String
A connection string in a format recognized by the current DataConnectionProperties instance.