DataConnectionFactory.MakeDataConnectionFromImpl(Guid, Object) Method

Definition

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.

Applies to