Package com.aspose.tasks
Class MpdSettings
- java.lang.Object
-
- com.aspose.tasks.DbSettings
-
- com.aspose.tasks.MpdSettings
-
public class MpdSettings extends DbSettings
Allows to set necessary options to read project data from MPD format (MS Access database file format).
-
-
Constructor Summary
Constructors Constructor Description MpdSettings(String connectionString, int projectId)
Initializes a new instance of theMpdSettings
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getProjectId()
Returns id of the project to read.-
Methods inherited from class com.aspose.tasks.DbSettings
getConnectionString, getDriverClassName, setConnectionString, setDriverClassName
-
-
-
-
Constructor Detail
-
MpdSettings
public MpdSettings(String connectionString, int projectId)
Initializes a new instance of the
MpdSettings
class.- Parameters:
connectionString
- the specified connection string.projectId
- the specified id of a project to read.
-
-