다음을 통해 공유


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
A DbConnectionStringBuilder 유효한 데이터 연결 문자열을 나타내는 개체입니다.

설명

ADO.NET 공급자 구현에서 DbConnectionStringBuilder 클래스입니다. 자세한 내용은 DbConnectionStringBuilder .NET Framework 클래스 라이브러리에 있습니다.

.NET Framework 보안

참고 항목

참조

AdoDotNetConnectionProperties 클래스

Microsoft.VisualStudio.Data.Framework.AdoDotNet 네임스페이스