UIConnectionInfo.AdvancedOptions Property

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the advanced options set in a connection dialog.

public:
 property System::Collections::Specialized::NameValueCollection ^ AdvancedOptions { System::Collections::Specialized::NameValueCollection ^ get(); };
public System.Collections.Specialized.NameValueCollection AdvancedOptions { get; }
member this.AdvancedOptions : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property AdvancedOptions As NameValueCollection

Property Value

A NameVlaueCollection object that specifies the advanced options set in the connection dialog.

Applies to