If multiple isolated regions are associated with the same object store (as set on the ObjectStore property), then the isolated regions will share the same database connection as the object store. For the server to distinguish between isolated regions in the same database using the same database schema name, this property must be set to a unique value for each isolated region.
A unique value is not required if the isolated region will not share a database connection with other isolated regions using the same database schema name.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property IsolatedRegionNumber As Nullable(Of Integer) |
C# |
---|
Nullable<int> IsolatedRegionNumber { get; set; } |
Visual C++ |
---|
property Nullable<int> IsolatedRegionNumber { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_isolatedRegionNumber(); function set_isolatedRegionNumber(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ