ALM Site Administratation Client Type Library
RemoveDBServer Method
DbServerName
The database server name.

DbType

Returns the type of database. Use the following constants or their values:

  • SA_MSSQL_DB_TYPE (value: 2)
  • SA_ORACLE_DB_TYPE (value: 3).

Description

Deletes a database server from the database server list.

Syntax

Visual Basic
Public Function RemoveDBServer( _
   ByVal DbServerName As String, _
   ByVal DbType As Integer _
) As String

Parameters

DbServerName
The database server name.

DbType

Returns the type of database. Use the following constants or their values:

  • SA_MSSQL_DB_TYPE (value: 2)
  • SA_ORACLE_DB_TYPE (value: 3).

Return Type

Returns "1" on success.

See Also

Send documentation feedback to HP.