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
public abstract Object ProviderObject { get; }
public:
virtual property Object^ ProviderObject {
    Object^ get () abstract;
}
abstract ProviderObject : Object with get
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

Microsoft.VisualStudio.Data.Framework Namespace