Share via


DataConnectionSupport.ProviderObject Property

Gets the underlying data provider, which supports the current data connection.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ProviderObject As Object
'Usage
Dim instance As DataConnectionSupport 
Dim value As Object 

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

Property Value

Type: System.Object
The underlying data provider object for the current data connection.

Implements

IVsDataConnectionSupport.ProviderObject

Remarks

When the data provider has no underlying connection object, this property should be nulla null reference (Nothing in Visual Basic).

Notes to Inheritors:

The derived class should override this method.

.NET Framework Security

See Also

Reference

DataConnectionSupport Class

DataConnectionSupport Members

Microsoft.VisualStudio.Data.Framework Namespace