Share via


IVsDataConnectionUIProperties.IsExtensible Property

When implemented by a class, gets or sets a Boolean value indicating whether the DDEX provider connection properties are extensible.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

ReadOnly Property IsExtensible As Boolean

Dim instance As IVsDataConnectionUIProperties
Dim value As Boolean

value = instance.IsExtensible
bool IsExtensible { get; }
property bool IsExtensible {
    bool get ();
}
function get IsExtensible () : boolean

Property Value

Type: System.Boolean

true if the connection properties are extensible; otherwise, false.

Remarks

An instance of a derived class, such as the DDEX Framework DataConnectionProperties class, is extensible when custom properties not natively recognized by the data provider can be added to the collection. For example, in ODBC there are only a few keywords that are standard for all drivers; all other keywords are driver-specific and thus not known by the ODBC data provider.

Permissions

See Also

Reference

IVsDataConnectionUIProperties Interface

IVsDataConnectionUIProperties Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace