IServerRegistryServiceRegisterServer Method

Registers a server.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool RegisterServer(
	string name
)

Parameters

name
Type: SystemString
The server name.

Return Value

Type: Boolean
if the specified server name is already registered; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionname is empty or .
ArgumentOutOfRangeExceptionname is longer than MaxNameLength characters.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also