MspDbSettings

MspDbSettings class

Allows to set necessary options to read project data from MS Project Server database.

The MspDbSettings type exposes the following members:

Constructors

NameDescription
MspDbSettings(connection_string, project_guid)Initializes a new instance of the MspDbSettings class

Properties

NameDescription
connection_stringGets or sets the connection string.
provider_invariant_nameGets or sets provider invariant name which is used to get an instance of the
project_guidGets the guid of the project to read.
schemaGets or sets the schema of the MS Project Server.
The default value is “pub”.

See Also