IVsDataConnectionSupport.ProviderObject 属性

当实现由选件类,获取指定的连接的基础提供程序对象。

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

语法

声明
ReadOnly Property ProviderObject As Object
Object ProviderObject { get; }
property Object^ ProviderObject {
    Object^ get ();
}
abstract ProviderObject : Object
function get ProviderObject () : Object

属性值

类型:System.Object
指定的连接的基础提供程序对象。

备注

在数据提供程序没有基础连接对象的情况下,此属性应为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

IVsDataConnectionSupport 接口

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