IServerRegistryServiceDeleteServerGroup Method  | 
 Deletes a server group.
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxbool DeleteServerGroup(
	long serverGroupId
)
Function DeleteServerGroup ( 
	serverGroupId As Long
) As Boolean
bool DeleteServerGroup(
	long long serverGroupId
)
abstract DeleteServerGroup : 
        serverGroupId : int64 -> bool 
Parameters
- serverGroupId
 - Type: SystemInt64
The ID of the server group to delete. 
Return Value
Type: 
Boolean if the server group was found; otherwise, 
.
            
Exceptions
See Also