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
'宣言
Protected MustOverride Function MakeDataConnectionFromImpl ( _
provider As Guid, _
providerObj As Object _
) As DataConnection
'使用
Dim provider As Guid
Dim providerObj As Object
Dim returnValue As DataConnection
returnValue = Me.MakeDataConnectionFromImpl(provider, _
providerObj)
protected abstract DataConnection MakeDataConnectionFromImpl(
Guid provider,
Object providerObj
)
protected:
virtual DataConnection^ MakeDataConnectionFromImpl(
Guid provider,
Object^ providerObj
) abstract
protected abstract function MakeDataConnectionFromImpl(
provider : Guid,
providerObj : Object
) : DataConnection
Parameters
provider
Type: System.GuidThe unique identifier of a data provider.
providerObj
Type: System.ObjectAn existing underlying provider object.
Return Value
Type: Microsoft.VisualStudio.Data.DataConnection
Permissions
- 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.