IVsDataConnectionUIProperties.IsExtensible 属性

当实现由选件类,则获取或设置一DDEX提供程序连接属性是否的 Boolean 值是可扩展的。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property IsExtensible As Boolean
bool IsExtensible { get; }
property bool IsExtensible {
    bool get ();
}
abstract IsExtensible : bool
function get IsExtensible () : boolean

属性值

类型:System.Boolean
true ,如果连接属性是可扩展的;否则,false。

备注

数据,则提供程序本身不识别的自定义特性可以添加到集合时,派生类的实例,如DDEX framework DataConnectionProperties 选件类,可以扩展。例如,在ODBC为所有驱动程序是标准的几个关键字;其他关键字是驱动程序特定的和不因此已知由ODBC数据提供程序。

.NET Framework 安全性

请参见

参考

IVsDataConnectionUIProperties 接口

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间