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

屬性值

IServerType[]

可用的伺服器。

適用於