Specifies the database type (DB2, MSSQL, or ORACLE).


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

Syntax

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

Remarks

See Also