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 with get
function get ConnectionStringBuilder () : DbConnectionStringBuilder

属性值

类型:DbConnectionStringBuilder
代表有效的数据连接字符串的 DbConnectionStringBuilder 对象。

备注

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

.NET Framework 安全性

请参阅

参考

AdoDotNetConnectionProperties 类

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