Dela 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
'Usage
Dim instance As DataConnectionProperties 
Dim value As Boolean 

value = instance.IsExtensible

instance.IsExtensible = value
[BrowsableAttribute(false)]
public bool IsExtensible { get; protected set; }
[BrowsableAttribute(false)]
public:
virtual property bool IsExtensible {
    bool get () sealed;
    void set (bool value) sealed;
}
public final function get IsExtensible () : boolean 
public 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

DataConnectionProperties Members

Microsoft.VisualStudio.Data.Framework Namespace