Supported connection event types
Opens the connection and add it to object explorer and opens the dashboard and returns the ConnectionResult
connection profile
Get all active connections
Get connection profile by its owner uri
The owner uri of the connection
Thenable to return the connection profile matching the ownerUri
Get connection string
Get known connection profiles including active connections, recent connections and saved connections.
Indicates whether only get the active connections, default value is false.
array of connections
Get the credentials for a connection
The id of the connection
A dictionary containing the credentials as they would be included in the connection's options dictionary
Get the current connection based on the active editor or Object Explorer selection
Get ServerInfo for a connectionId
The id of the connection
ServerInfo
Get a URI corresponding to the given connection so that it can be used with data providers and other APIs that require a connection API. Note: If the given connection corresponds to multiple URIs this may return any of them
The ID of the connection
List the databases that can be accessed from the given connection
The ID of the connection
An list of names of databases
Opens the connection dialog, calls the callback with the result. If connection was successful returns the connection otherwise returns undefined
Register a connection event listener
The connection event listener
Generated using TypeDoc
Namespace for connection management