Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
public override Object ProviderObject { get; }
public:
virtual property Object^ ProviderObject {
Object^ get () override;
}
abstract ProviderObject : Object with get
override ProviderObject : Object with get
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.