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[]

可用的服务器。

适用于