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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
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