ConnectionDialog.AvailableServers 속성

정의

연결 대화 상자에 사용할 수 있는 서버를 검색합니다.

public:
 property cli::array <Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^> ^ AvailableServers { cli::array <Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^> ^ get(); };
public Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType[] AvailableServers { get; }
member this.AvailableServers : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType[]
Public ReadOnly Property AvailableServers As IServerType()

속성 값

사용할 수 있는 서버입니다.

적용 대상