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
public override bool IsExtensible { get; }
public:
virtual property bool IsExtensible {
bool get () override;
}
abstract IsExtensible : bool with get
override IsExtensible : bool with get
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
- 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.
See Also
Reference
AdoDotNetConnectionProperties Class