IVsDataConnectionUIProperties.IsExtensible Property
When implemented by a class, gets or sets a Boolean value indicating whether the DDEX provider connection properties are extensible.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property IsExtensible As Boolean
bool IsExtensible { get; }
property bool IsExtensible {
bool get ();
}
abstract IsExtensible : bool with get
function get IsExtensible () : boolean
Property Value
Type: System.Boolean
true if the connection properties are extensible; otherwise, false.
Remarks
An instance of a derived class, such as the DDEX Framework DataConnectionProperties 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.
See Also
Reference
IVsDataConnectionUIProperties Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace