Aspose.Tasks for C++
Aspose::Tasks::Connectivity::MpdSettings Class Reference

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...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MpdSettings()

Aspose::Tasks::Connectivity::MpdSettings::MpdSettings ( const System::String &  connectionString,
int32_t  projectId 
)

Initializes a new instance of the MpdSettings class.

Parameters
connectionStringthe specified connection string.
projectIdthe specified id of a project to read.

Member Function Documentation

◆ get_ProjectId()

int32_t Aspose::Tasks::Connectivity::MpdSettings::get_ProjectId ( ) const

Gets id of the project to read.