IConfigureDatabase Interface

Database Server Registration Utility class

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public interface IConfigureDatabase

The IConfigureDatabase type exposes the following members.

Methods

  NameDescription
Public methodAttachDatabase
Attaches a runtime database to a database server registration
Public methodCreateDatabase
Creates a runtime database under a database server registration
Public methodDeleteDatabase
Deletes a runtime database under a database server registration
Public methodDetachDatabase
Removes a runtime database from a database server registration
Public methodRegisterDatabaseServer
Creates a database server registration for use by the runtime
Public methodUnRegisterDatabaseServer
Removes a database server registration from the runtime
Top
See Also