共用方式為


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 with get
function get ProviderObject () : Object

屬性值

類型:Object
指定連接的基礎提供者物件。

備註

資料提供者沒有基礎連接物件時,此屬性應該是 nullnull 參考 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

IVsDataConnectionSupport 介面

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