Sdílet prostřednictvím


AdoDotNetConnectionProperties.ConnectionStringBuilder – vlastnost

Získá základní objekt Tvůrce řetězec připojení pro aktuální instanci vlastnosti připojení.

Obor názvů:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
Protected ReadOnly Property ConnectionStringBuilder As DbConnectionStringBuilder
protected DbConnectionStringBuilder ConnectionStringBuilder { get; }
protected:
property DbConnectionStringBuilder^ ConnectionStringBuilder {
    DbConnectionStringBuilder^ get ();
}
member ConnectionStringBuilder : DbConnectionStringBuilder
function get ConnectionStringBuilder () : DbConnectionStringBuilder

Hodnota vlastnosti

Typ: System.Data.Common.DbConnectionStringBuilder
A DbConnectionStringBuilder objekt představující řetězec připojení platná data.

Poznámky

Zprostředkovatele plnění DbConnectionStringBuilder třídy.Další informace naleznete v DbConnectionStringBuilder v knihovně třídy rozhraní.NET Framework.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

AdoDotNetConnectionProperties Třída

Microsoft.VisualStudio.Data.Framework.AdoDotNet – obor názvů