DataConnection.GetLockedProviderObject Method
Retrieves the underlying data provider object, if any, which supports the current data connection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Function GetLockedProviderObject As Object
public Object GetLockedProviderObject()
public:
Object^ GetLockedProviderObject()
member GetLockedProviderObject : unit -> Object
public function GetLockedProviderObject() : Object
Return Value
Type: System.Object
Returns a GetLockedProviderObject object instance, if any, which supports the current data connection.
.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.
See Also
Reference
GetLockedProviderObject Overload