Defines the database connection attributes used by this object. Set this property to a ICmDatabaseConnection object, which defines the data sources to be used by the object. For database connection sharing, set the same ICmDatabaseConnection object on all object stores, event export stores, and isolated regions that will share the same database.

For an isolated region, if the ObjectStore property is set, then the server automatically sets this property and the DatabaseSchemaName property to the same values as the object store's properties of the same name. You cannot change the object store-derived values on this or the DatabaseSchemaName property.

If the isolated region is used by IBM Case Manager, you must set the ObjectStore property. For an isolated region that uses a legacy workflow system, set DatabaseConnection and DatabaseSchemaName to values that reference the legacy system.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property DatabaseConnection As ICmDatabaseConnection
C#
ICmDatabaseConnection DatabaseConnection { get; set; }
Visual C++
property ICmDatabaseConnection^ DatabaseConnection {
	ICmDatabaseConnection^ get ();
	void set (ICmDatabaseConnection^ value);
}
JavaScript
function get_databaseConnection();
function set_databaseConnection(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: CmDatabaseConnection
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ

ToggleSee Also