The name of the schema identifying the Content Engine object store from which events are exported.

If the SourceObjectStore property is set, then the server automatically sets this property and the SourceDatabaseConnection 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 SourceDatabaseConnection property.

For Case History, you must set the SourceObjectStore property. To use a legacy workflow system with Case Analyzer, then set SourceDatabaseConnection and the SourceDatabaseSchemaName properties to values that reference the legacy system.

In IBM Content Foundation, Case Analyzer is not supported.

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

ToggleSyntax

Visual Basic (Declaration)
Property SourceDatabaseSchemaName As String
C#
string SourceDatabaseSchemaName { get; set; }
Visual C++
property String^ SourceDatabaseSchemaName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_sourceDatabaseSchemaName();
function set_sourceDatabaseSchemaName(value);

ToggleRemarks

ToggleSee Also