The object store from which events are exported for either Case Analyzer or Case History publishing service. In IBM Content Foundation, Case Analyzer is not supported.

If you set this property, the server automatically sets the SourceDatabaseConnection and SourceDatabaseSchemaName properties to the same values as the object store's properties of the same name, even if SourceDatabaseConnection and SourceDatabaseSchemaName were previously set to different values. Once set, this property cannot be modified.

For Case History, you must set the SourceObjectStore property.

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

ToggleSyntax

Visual Basic (Declaration)
Property SourceObjectStore As IObjectStore
C#
IObjectStore SourceObjectStore { get; set; }
Visual C++
property IObjectStore^ SourceObjectStore {
	IObjectStore^ get ();
	void set (IObjectStore^ value);
}
JavaScript
function get_sourceObjectStore();
function set_sourceObjectStore(value);

ToggleRemarks

ToggleSee Also