IServerRegistryServiceGetServers Method  | 
 Gets the registered servers.
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIDictionary<string, ServerInfo> GetServers()
Function GetServers As IDictionary(Of String, ServerInfo)
IDictionary<String^, ServerInfo^>^ GetServers()
abstract GetServers : unit -> IDictionary<string, ServerInfo> 
Return Value
Type: 
IDictionaryString, 
ServerInfo
            A dictionary mapping case-insensitive server names (keys) to objects describing a server's properties (values).
            
Exceptions
See Also