DataConnectionProperties.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 properties in the current DataConnectionProperties instance.
public:
virtual void Parse(System::String ^ s);
public virtual void Parse (string s);
abstract member Parse : string -> unit
override this.Parse : string -> unit
Public Overridable Sub Parse (s As String)
Parameters
- s
- String
A connection string in a format recognized by the current DataConnectionProperties instance.
Implements
Exceptions
The format of s
was invalid.