DataConnectionFactory.MakeDataConnectionFromImpl(Guid, Object) Method
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.
This member supports the DDEX infrastructure and is not intended to be used directly from your code.
protected:
abstract Microsoft::VisualStudio::Data::DataConnection ^ MakeDataConnectionFromImpl(Guid provider, System::Object ^ providerObj);
protected abstract Microsoft.VisualStudio.Data.DataConnection MakeDataConnectionFromImpl (Guid provider, object providerObj);
abstract member MakeDataConnectionFromImpl : Guid * obj -> Microsoft.VisualStudio.Data.DataConnection
Protected MustOverride Function MakeDataConnectionFromImpl (provider As Guid, providerObj As Object) As DataConnection
Parameters
- provider
- Guid
The unique identifier of a data provider.
- providerObj
- Object
An existing underlying provider object.
Returns
Returns a DataConnection object instance.