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 개체입니다.

적용 대상