IServerRegistryServiceDeleteServerGroup Method |
Deletes a server group.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Int64
- The ID of the server group to delete.
Return Value
Boolean if the server group was found; otherwise,
.
Exceptions
See Also