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: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ