IDataConnectionProperties.Parse Method (String)

 

Parses a data connection string that is built from a set of properties into the corresponding set of connection properties.

Namespace:   Microsoft.Data.ConnectionUI
Assembly:  Microsoft.Data.ConnectionUI (in Microsoft.Data.ConnectionUI.dll)

Syntax

void Parse(
    string s
)
void Parse(
    String^ s
)
abstract Parse : 
        s:string -> unit
Sub Parse (
    s As String
)

Parameters

  • s
    Type: System.String

    The connection string that is being parsed.

Exceptions

Exception Condition
ArgumentNullException

The s parameter is null.

FormatException

The format specified for s in not valid.

See Also

IDataConnectionProperties Interface
Microsoft.Data.ConnectionUI Namespace

Return to top