Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Disassembles the components of a connection string into a set of connection properties as set in the current AdoDotNetConnectionProperties class instance. Raises the PropertyChanged event.
Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Sub Parse ( _
    connectionString As String _
)
public virtual void Parse(
    string connectionString
)
public:
virtual void Parse(
    String^ connectionString
)
abstract Parse : 
        connectionString:string -> unit  
override Parse : 
        connectionString:string -> unit
public function Parse(
    connectionString : String
)
Parameters
- connectionString 
 Type: System.String- The connection string in a format recognized by the current AdoDotNetConnectionProperties instance. 
Implements
IVsDataConnectionProperties.Parse(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.