共用方式為


DataViewSupport.Connection 屬性

取得相關聯的連接資料檢視階層架構。

命名空間:  Microsoft.VisualStudio.Data.Framework
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
Protected ReadOnly Property Connection As IVsDataConnection
protected IVsDataConnection Connection { get; }
protected:
property IVsDataConnection^ Connection {
    IVsDataConnection^ get ();
}
member Connection : IVsDataConnection
function get Connection () : IVsDataConnection

屬性值

型別:Microsoft.VisualStudio.Data.Services.IVsDataConnection
表示連接的 IVsDataConnection 物件與資料檢視階層架構。

.NET Framework 安全性

請參閱

參考

DataViewSupport 類別

Microsoft.VisualStudio.Data.Framework 命名空間