Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
When implemented by a class, disassembles the components of a connection string into a set of properties in the current DataConnectionProperties instance.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub Parse ( _
connectionString As String _
)
void Parse(
string connectionString
)
void Parse(
String^ connectionString
)
abstract Parse :
connectionString:string -> unit
function Parse(
connectionString : String
)
Parameters
- connectionString
Type: System.String
A connection string in a format recognized by the current DataConnectionProperties instance.
.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.
See Also
Reference
IVsDataConnectionProperties Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace