UIConnectionInfo.AdvancedOptions 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.
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.