IDataConnectionProperties.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.
Parses a data connection string that is built from a set of properties into the corresponding set of connection properties.
public:
void Parse(System::String ^ s);
public void Parse (string s);
abstract member Parse : string -> unit
Public Sub Parse (s As String)
Parameters
- s
- String
The connection string that is being parsed.
Exceptions
The s
parameter is null.
The format specified for s
in not valid.