Applies to DB2 only. References the table definition corresponding to the table that was created as a result of overflow table creation. The property returns null if an overflow table does not exist.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property NextOverflowTableDefinition As ITableDefinition
C#
ITableDefinition NextOverflowTableDefinition { get; }
Visual C++
property ITableDefinition^ NextOverflowTableDefinition {
	ITableDefinition^ get ();
}
JavaScript
function get_nextOverflowTableDefinition();

ToggleRemarks

ToggleSee Also