IServerRegistryServiceUnregisterServer Method |
Unregisters a server.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxbool UnregisterServer(
string name
)
Function UnregisterServer (
name As String
) As Boolean
bool UnregisterServer(
String^ name
)
abstract UnregisterServer :
name : string -> bool
Parameters
- name
- Type: SystemString
The server name.
Return Value
Type:
Boolean if the server was found; otherwise,
.
Exceptions| Exception | Condition |
|---|
| ArgumentException | name is empty or . |
| NoPrivilegeException | The caller does not have system administration privileges. |
| InvalidSessionException | The caller context is not associated with a valid session. |
| InvalidOperationException | The server is alive and cannot be removed. |
See Also