Aspose.Tasks for C++
|
Allows to set necessary options to read project data from MPD format (MS Access database file format). More...
#include <MpdSettings.h>
Inherits Aspose::Tasks::Connectivity::DbSettings.
Public Member Functions | |
int32_t | get_ProjectId () const |
Gets id of the project to read. More... | |
MpdSettings (const System::String &connectionString, int32_t projectId) | |
Initializes a new instance of the MpdSettings class. More... | |
Public Member Functions inherited from Aspose::Tasks::Connectivity::DbSettings | |
System::String | get_ConnectionString () const |
Gets the connection string. More... | |
void | set_ConnectionString (const System::String &value) |
Sets the connection string. More... | |
System::String | get_ProviderInvariantName () const |
Gets provider invariant name which is used to get an instance of the System::Data::Common::DbProviderFactory class. More... | |
void | set_ProviderInvariantName (const System::String &value) |
Sets provider invariant name which is used to get an instance of the System::Data::Common::DbProviderFactory class. More... | |
Allows to set necessary options to read project data from MPD format (MS Access database file format).
Aspose::Tasks::Connectivity::MpdSettings::MpdSettings | ( | const System::String & | connectionString, |
int32_t | projectId | ||
) |
Initializes a new instance of the MpdSettings class.
connectionString | the specified connection string. |
projectId | the specified id of a project to read. |
int32_t Aspose::Tasks::Connectivity::MpdSettings::get_ProjectId | ( | ) | const |
Gets id of the project to read.