IServerRegistryServiceGetServerGroups Method |
Gets the registered server and server group names.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IDictionary<long, string> GetServerGroups()
Function GetServerGroups As IDictionary(Of Long, String)
IDictionary<long long, String^>^ GetServerGroups()
abstract GetServerGroups : unit -> IDictionary<int64, string>
Return Value
Type:
IDictionaryInt64,
StringA dictionary mapping server group IDs (keys) to their names (values).
Exceptions See Also