AzureDataStudioConnectionGroup 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 a connection group saved in Azure Data Studio settings
[System.Runtime.Serialization.DataContract]
public class AzureDataStudioConnectionGroup
[<System.Runtime.Serialization.DataContract>]
type AzureDataStudioConnectionGroup = class
Public Class AzureDataStudioConnectionGroup
- Inheritance
-
AzureDataStudioConnectionGroup
- Attributes
Constructors
AzureDataStudioConnectionGroup() |
Properties
Color |
Color used for the group in the UI |
Description |
Description of the group |
Id |
Unique ID of the group |
Name |
Name of the group |
ParentId |
ID of the parent group, will be null for the root. |