다음을 통해 공유


AdoDotNetConnectionProperties.IsExtensible 속성

DDEX 공급자 연결 속성은 확장할 수 있는지 여부를 나타내는 값을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Public Overridable ReadOnly Property IsExtensible As Boolean
public virtual bool IsExtensible { get; }
public:
virtual property bool IsExtensible {
    bool get ();
}
abstract IsExtensible : bool with get 
override IsExtensible : bool with get
function get IsExtensible () : boolean

속성 값

형식: Boolean
true 경우 DDEX 공급자 연결 속성은 확장할 수 있습니다. 그렇지 않으면 false.

구현

IVsDataConnectionUIProperties.IsExtensible

설명

인스턴스는 AdoDotNetConnectionProperties 클래스는 데이터 공급자에 의해 인식 되지 않음 사용자 지정 속성 컬렉션에 추가할 수 있는 경우 확장할 수 있습니다. 예를 들어, odbc에서는 표준; 모든 드라이버에 대 한 몇 가지 키워드만 다른 모든 키워드는 구체적이 고 따라서 ODBC 데이터 공급자가 없습니다 알려진 드라이버입니다.

.NET Framework 보안

참고 항목

참조

AdoDotNetConnectionProperties 클래스

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