AzureDataStudioConnectionStore.Connections Property

Definition

The set of saved connections

[System.Runtime.Serialization.DataMember(Name="datasource.connections")]
public System.Collections.Generic.List<Microsoft.SqlServer.Management.RegisteredServers.AzureDataStudioConnection> Connections { get; set; }
[<System.Runtime.Serialization.DataMember(Name="datasource.connections")>]
member this.Connections : System.Collections.Generic.List<Microsoft.SqlServer.Management.RegisteredServers.AzureDataStudioConnection> with get, set
Public Property Connections As List(Of AzureDataStudioConnection)

Property Value

Attributes

Applies to