Specifies the location within the database in which new tables are to be created and referenced. If this property is set during creation of the object store, Content Engine uses the value to control where tables are located. A change to the property value after the object store is created affects only the location of tables that are added after the change. You can override the value of this property by specifying a custom schema script during object store creation.

Note This property is ignored on DB2 for z/OS.

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

ToggleSyntax

Visual Basic (Declaration)
Property DatabaseTableStorageLocation As String
C#
string DatabaseTableStorageLocation { get; set; }
Visual C++
property String^ DatabaseTableStorageLocation {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_databaseTableStorageLocation();
function set_databaseTableStorageLocation(value);

ToggleRemarks

ToggleSee Also