Database tables already exist for the indicated ObjectStore. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly PERSIST_OBJSTR_DATABASE_TABLES_EXIST As ExceptionCode |
C# |
---|
public static readonly ExceptionCode PERSIST_OBJSTR_DATABASE_TABLES_EXIST; |
C++ |
---|
public: static const ExceptionCode PERSIST_OBJSTR_DATABASE_TABLES_EXIST; |
J# |
---|
public static final ExceptionCode PERSIST_OBJSTR_DATABASE_TABLES_EXIST |
JScript |
---|
public static const var PERSIST_OBJSTR_DATABASE_TABLES_EXIST : ExceptionCode; |
See Also