AzureDataStudioConnectionStore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents Azure Data Studio saved connections
[System.Runtime.Serialization.DataContract]
public class AzureDataStudioConnectionStore
[<System.Runtime.Serialization.DataContract>]
type AzureDataStudioConnectionStore = class
Public Class AzureDataStudioConnectionStore
- Inheritance
-
AzureDataStudioConnectionStore
- Attributes
Constructors
AzureDataStudioConnectionStore() |
Properties
Connections |
The set of saved connections |
Groups |
The set of connection groups |
Methods
LoadAzureDataStudioConnections(String) |
Constructs a new AzureDataStudioConnectionStore from the given settings file. If no file is specified, it looks in %appdata%\azuredatastudio\user\settings.json. |