IVsDataConnectionSupport.ProviderObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.