Language

UIConnectionInfo.AdvancedOptions プロパティ

定義

このメンバーをコード内で直接言及しないでください。 SQL Serverのインフラストラクチャをサポートしています。 接続ダイアログで詳細オプションを設定します。

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

プロパティ値

接続ダイアログで設定した高度なオプションを指定するNameVlaueCollectionオブジェクトです。

適用対象