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 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
Get
protected IDbConnection Connection { get; }
protected:
property IDbConnection^ Connection {
IDbConnection^ get ();
}
member Connection : IDbConnection
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.