次の方法で共有


IDataConnectionProperties.Parse(String) Method

Definition

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.

Applies to