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.
Retrieves the underlying provider object for the specified connection.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ProviderObject As Object
Get
public override Object ProviderObject { get; }
public:
virtual property Object^ ProviderObject {
Object^ get () override;
}
abstract ProviderObject : Object
override ProviderObject : Object
override function get ProviderObject () : Object
Property Value
Type: System.Object
Returns the ADO.NET data provider's IDbConnection object.
Remarks
Overrides the ProviderObject property.
.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.