Share via


DataConnectionProperties.IsExtensible Property

Gets or sets a Boolean value indicating whether the DDEX provider connection properties are extensible.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
<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)

Property Value

Type: System.Boolean
true if the connection properties are extensible; otherwise, false.

Implements

IVsDataConnectionUIProperties.IsExtensible

Remarks

An instance of the DataConnectionProperties class is extensible when custom properties not natively recognized by the data provider can be added to the collection. For example, for 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.

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data.Framework Namespace