DataConnectionClientService<T>.Connection 属性

定义

获取与数据客户端服务关联的当前数据连接。

protected:
 property Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ Connection { Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ get(); };
protected Microsoft.VisualStudio.Data.Services.IVsDataConnection Connection { get; }
member this.Connection : Microsoft.VisualStudio.Data.Services.IVsDataConnection
Protected ReadOnly Property Connection As IVsDataConnection

属性值

IVsDataConnection

一个 IVsDataConnection 对象,该对象表示与数据源的连接。

适用于