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.
Gets a collection of key/value pairs containing all existing data connections.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Connections As IDictionary(Of String, IVsDataExplorerConnection)
'Usage
Dim instance As IVsDataExplorerConnectionManager
Dim value As IDictionary(Of String, IVsDataExplorerConnection)
value = instance.Connections
IDictionary<string, IVsDataExplorerConnection> Connections { get; }
property IDictionary<String^, IVsDataExplorerConnection^>^ Connections {
IDictionary<String^, IVsDataExplorerConnection^>^ get ();
}
function get Connections () : IDictionary<String, IVsDataExplorerConnection>
Property Value
Type: System.Collections.Generic.IDictionary<String, IVsDataExplorerConnection>
A IDictionary object that contains a collection of key/value pairs containing all existing data connections. The key holds the name of the connection, and the value holds the corresponding IVsDataExplorerConnection connection object.
.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.
See Also
Reference
IVsDataExplorerConnectionManager Interface