Поделиться через


AdoDotNetConnectionProperties.IsExtensible Property

Retrieves or sets a Boolean value indicating whether the DDEX Provider connection properties are extensible.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsExtensible As Boolean
    Get
public override bool IsExtensible { get; }
public:
virtual property bool IsExtensible {
    bool get () override;
}
abstract IsExtensible : bool
override IsExtensible : bool
override function get IsExtensible () : boolean

Property Value

Type: System.Boolean
Returns true if the DDEX Provider connection properties are extensible; otherwise returns false.

Implements

IDataConnectionProperties.IsExtensible

Remarks

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

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace

IsExtensible