AdoDotNetConnectionProperties.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.
Disassembles the components of a connection string into a set of connection properties as set in the current AdoDotNetConnectionProperties class instance.
public:
override void Parse(System::String ^ s);
public override void Parse (string s);
override this.Parse : string -> unit
Public Overrides Sub Parse (s As String)
Parameters
- s
- String
The connection string in a format recognized by the current AdoDotNetConnectionProperties instance.
Exceptions
The format of s
was invalid.