DataConnectionProperties.IsExtensible 속성

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

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

구문

‘선언
<BrowsableAttribute(False)> _
Public Property IsExtensible As Boolean
[BrowsableAttribute(false)]
public bool IsExtensible { get; protected set; }
[BrowsableAttribute(false)]
public:
virtual property bool IsExtensible {
    bool get () sealed;
    protected: void set (bool value) sealed;
}
[<BrowsableAttribute(false)>]
abstract IsExtensible : bool with get, set
[<BrowsableAttribute(false)>]
override IsExtensible : bool with get, set
final function get IsExtensible () : boolean 
protected final function set IsExtensible (value : boolean)

속성 값

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

구현

IVsDataConnectionUIProperties.IsExtensible

설명

인스턴스는 DataConnectionProperties 클래스는 데이터 공급자에 의해 인식 되지 않음 사용자 지정 속성 컬렉션에 추가할 수 있는 경우 확장할 수 있습니다. 예를 들어, ODBC는 표준; 모든 드라이버에 대 한 몇 가지 키워드만 다른 모든 키워드는 드라이버와 ODBC 데이터 공급자가 있으므로 알

.NET Framework 보안

참고 항목

참조

DataConnectionProperties 클래스

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