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()

プロパティ値

使用可能なサーバーです。

適用対象