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.
Gets the underlying ADO.NET connection string builder object for the current connection properties instance.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected ReadOnly Property ConnectionStringBuilder As DbConnectionStringBuilder
Get
protected DbConnectionStringBuilder ConnectionStringBuilder { get; }
protected:
property DbConnectionStringBuilder^ ConnectionStringBuilder {
DbConnectionStringBuilder^ get ();
}
member ConnectionStringBuilder : DbConnectionStringBuilder
function get ConnectionStringBuilder () : DbConnectionStringBuilder
Property Value
Type: System.Data.Common.DbConnectionStringBuilder
A DbConnectionStringBuilder object representing a valid data connection string.
Remarks
The ADO.NET provider's implementation of the DbConnectionStringBuilder class. For more information, see DbConnectionStringBuilder in the .NET Framework class library.
.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.