Share via


DataConnectionSupport.ProviderObject Property

Retrieves the underlying data provider object for the specified connection.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ProviderObject As Object
    Get
public abstract Object ProviderObject { get; }
public:
virtual property Object^ ProviderObject {
    Object^ get () abstract;
}
abstract ProviderObject : Object
abstract function get ProviderObject () : Object

Property Value

Type: System.Object
Returns a provider object for the specified connection.

Remarks

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

.NET Framework Security

See Also

Reference

DataConnectionSupport Class

Microsoft.VisualStudio.Data Namespace