IVsDataConnection.GetLockedProviderObject Method
Retrieves the underlying locked data provider that supports the current data connection.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function GetLockedProviderObject As Object
Object GetLockedProviderObject()
Object^ GetLockedProviderObject()
abstract GetLockedProviderObject : unit -> Object
function GetLockedProviderObject() : Object
Return Value
Type: System.Object
The underlying locked data provider object for the current data connection.
Remarks
A client can use this method when they are knowledgeable about the underlying data provider and want to make calls directly to its API, either for performance reasons or because there is functionality that DDEX does not natively support.
An example of a provider object would be an IDbConnection instance for an ADO.NET provider, or an XmlDocument for an XML file.
.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.