Specifies the default SQL script to use when creating object stores within a DB2 database.

You can customize the supplied default schema script and then submit your customized script when you call the Factory.ObjectStore.CreateInstance(domain, admins, users, schemaScript) method. Typical modifications to the default script include the distribution of the various tables, indexes, and Large Object (LOB) columns across different tablespaces. For more information, see "Working with Object Stores" in the Content Engine Java and .NET API Developer's Guide.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ObjectStoreSchemaDB2 As String
C#
string ObjectStoreSchemaDB2 { get; }
C++
property string ObjectStoreSchemaDB2 abstract  {
    String get();
}
J#
/** property */
public string get_ObjectStoreSchemaDB2();
JScript
public function get ObjectStoreSchemaDB2() : String

Remarks

See Also