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 IDbConnection object being used by the current connection support instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property Connection As IDbConnection
protected IDbConnection Connection { get; }
protected:
property IDbConnection^ Connection {
IDbConnection^ get ();
}
member Connection : IDbConnection with get
function get Connection () : IDbConnection
Property Value
Type: System.Data.IDbConnection
Returns an IDbConnection object instance.
.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.