Specifies the trace flags applied to the classes in the Database subsystem. This value can be one or a combination (ANDed) of the fields in the TraceFlag class.

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

ToggleSyntax

Visual Basic (Declaration)
Property DatabaseTraceFlags As Nullable(Of Integer)
C#
Nullable<int> DatabaseTraceFlags { get; set; }
Visual C++
property Nullable<int> DatabaseTraceFlags {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_databaseTraceFlags();
function set_databaseTraceFlags(value);

ToggleRemarks

ToggleSee Also