Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member supports the DDEX infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected MustOverride Function MakeDataConnectionFromImpl ( _
provider As Guid, _
providerObj As Object _
) As DataConnection
protected abstract DataConnection MakeDataConnectionFromImpl(
Guid provider,
Object providerObj
)
protected:
virtual DataConnection^ MakeDataConnectionFromImpl(
Guid provider,
Object^ providerObj
) abstract
abstract MakeDataConnectionFromImpl :
provider:Guid *
providerObj:Object -> DataConnection
protected abstract function MakeDataConnectionFromImpl(
provider : Guid,
providerObj : Object
) : DataConnection
Parameters
- provider
Type: System.Guid
The unique identifier of a data provider.
- providerObj
Type: System.Object
An existing underlying provider object.
Return Value
Type: Microsoft.VisualStudio.Data.DataConnection
Returns a DataConnection object instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.