IServerRegistryServiceDeleteServerGroup Method |
Deletes a server group.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
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| Exception | Condition |
|---|
| ArgumentOutOfRangeException | serverGroupId is less than or equal to zero. |
| NoPrivilegeException | The caller does not have system administration privileges. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also