MpdSettings

Inheritance: java.lang.Object, com.aspose.tasks.DbSettings

public class MpdSettings extends DbSettings

Allows to set necessary options to read project data from MPD format (MS Access database file format).

Constructors

ConstructorDescription
MpdSettings(String connectionString, int projectId)Initializes a new instance of the MpdSettings class.

Methods

MethodDescription
getProjectId()Returns id of the project to read.

MpdSettings(String connectionString, int projectId)

public MpdSettings(String connectionString, int projectId)

Initializes a new instance of the MpdSettings class.

Parameters:

ParameterTypeDescription
connectionStringjava.lang.Stringthe specified connection string.
projectIdintthe specified id of a project to read.

getProjectId()

public int getProjectId()

Returns id of the project to read.

Returns: int - id of the project to read.