AdoDotNetConnectionProperties.IsExtensible Property
Gets a value indicating whether the DDEX provider connection properties are extensible.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsExtensible As Boolean
public virtual bool IsExtensible { get; }
public:
virtual property bool IsExtensible {
bool get ();
}
abstract IsExtensible : bool with get
override IsExtensible : bool with get
function get IsExtensible () : boolean
Property Value
Type: System.Boolean
true if the DDEX provider connection properties are extensible; otherwise false.
Implements
IVsDataConnectionUIProperties.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, 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.