IVsDataExplorerConnection.Connection 属性

获取数据连接与在服务器资源管理器中当前连接节点相对应。

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

语法

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

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataConnection
表示数据连接的 IVsDataConnection 对象。

.NET Framework 安全性

请参见

参考

IVsDataExplorerConnection 接口

Microsoft.VisualStudio.Data.Services 命名空间