Class MspDbSettings
Class MspDbSettings
Namespace: Aspose.Tasks.Connectivity
Assembly: Aspose.Tasks.dll (25.4.0)
Allows to set necessary options to read project data from MS Project Server database.
public class MspDbSettings : DbSettings
Inheritance
object ← DbSettings ← MspDbSettings
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
MspDbSettings(string, Guid)
Initializes a new instance of the Aspose.Tasks.Connectivity.MspDbSettings class.
public MspDbSettings(string connectionString, Guid projectGuid)
Parameters
connectionString
string
the specified connection string.
projectGuid
Guid
the specified guid of a project to read.
Properties
ProjectGuid
Gets the guid of the project to read.
public Guid ProjectGuid { get; }
Property Value
Schema
Gets or sets the schema of the MS Project Server. The default value is “pub”.
public string Schema { get; set; }