IVsDataConnectionSupport.ProviderObject Property

Definition

When implemented by a class, gets the underlying provider object for the specified connection.

public:
 property System::Object ^ ProviderObject { System::Object ^ get(); };
public object ProviderObject { get; }
member this.ProviderObject : obj
Public ReadOnly Property ProviderObject As Object

Property Value

The underlying provider object for the specified connection.

Applies to