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 active DataConnection object instance to be used for any code that relies on connection-specific information.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property Connection As DataConnection
protected DataConnection Connection { get; }
protected:
property DataConnection^ Connection {
DataConnection^ get ();
}
member Connection : DataConnection with get
function get Connection () : DataConnection
Property Value
Type: Microsoft.VisualStudio.Data.DataConnection
Returns the active DataConnection 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.