AdoDotNetConnectionSupport.ProviderObject Property

Gets the underlying provider object for the specified connection.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public Overrides ReadOnly Property ProviderObject As Object
'使用
Dim instance As AdoDotNetConnectionSupport
Dim value As Object

value = instance.ProviderObject
public override Object ProviderObject { get; }
public:
virtual property Object^ ProviderObject {
    Object^ get () override;
}
public override function get ProviderObject () : Object

Property Value

Type: System.Object

The ADO.NET data provider's object.

Implements

IVsDataConnectionSupport.ProviderObject

Permissions

See Also

Reference

AdoDotNetConnectionSupport Class

AdoDotNetConnectionSupport Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace