Specifies the database type (DB2, MSSQL, or ORACLE).
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DatabaseType As DatabaseType |
C# |
---|
DatabaseType DatabaseType { get; set; } |
C++ |
---|
property DatabaseType DatabaseType abstract { DatabaseType get(); void set(DatabaseType value); } |
J# |
---|
/** property */ public DatabaseType get_DatabaseType(); /** property */ public void set_DatabaseType(DatabaseType value); |
JScript |
---|
public function get DatabaseType() : DatabaseType public function set DatabaseType(value : DatabaseType); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ