AzureDataStudioConnection.Options Property
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.
Name of the connection
[System.Runtime.Serialization.DataMember(Name="options")]
public System.Collections.Generic.Dictionary<string,string> Options { get; set; }
[<System.Runtime.Serialization.DataMember(Name="options")>]
member this.Options : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Options As Dictionary(Of String, String)
Property Value
- Attributes