Class MspDbSettings
Class MspDbSettings
名称: Aspose.Tasks.Connectivity 集合: Aspose.Tasks.dll (25.4.0)
允许设置需要从 MS Project Server 数据库中阅读项目数据的选项。
public class MspDbSettings : DbSettings
Inheritance
object ← DbSettings ← MspDbSettings
继承人
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(线路,指南)
启动 Aspose.Tasks.Connectivity.MspDbSettings 类的新例子。
public MspDbSettings(string connectionString, Guid projectGuid)
Parameters
connectionString
string
指定的连接线。
projectGuid
Guid
一个项目的具体指南要阅读。
Properties
ProjectGuid
得到项目的指南阅读。
public Guid ProjectGuid { get; }
财产价值
Schema
获取或设置 MS Project Server 图表。默认值是“pub”。
public string Schema { get; set; }