Class MpdSettings

Class MpdSettings

Namespace: Aspose.Tasks.Connectivity
Assembly: Aspose.Tasks.dll (25.2.0)

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

public class MpdSettings : DbSettings

Inheritance

objectDbSettingsMpdSettings

Inherited Members

DbSettings.ConnectionString, DbSettings.ProviderInvariantName, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

MpdSettings(string, int)

Initializes a new instance of the Aspose.Tasks.Connectivity.MpdSettings class.

public MpdSettings(string connectionString, int projectId)

Parameters

connectionString string

the specified connection string.

projectId int

the specified id of a project to read.

Properties

ProjectId

Gets id of the project to read.

public int ProjectId { get; }

Property Value

int