AdoDotNetConnectionProperties.ConnectionStringBuilder 属性

获取当前连接属性实例的基础 ADO.NET 连接字符串生成器对象。

命名空间:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

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

属性值

类型:System.Data.Common.DbConnectionStringBuilder
表示一个有效的数据连接字符串的 DbConnectionStringBuilder 对象。

备注

DbConnectionStringBuilder 选件类的 ADO.NET 提供程序的实现。有关更多信息,请在.NET Framework选件类库参考 DbConnectionStringBuilder

.NET Framework 安全性

请参见

参考

AdoDotNetConnectionProperties 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间