Calendar 类

包含用于管理 Project Server 中的日历例外的方法。

继承层次结构

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcCalendar.Calendar

命名空间:  WebSvcCalendar
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<WebServiceBindingAttribute(Name := "CalendarSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/")> _
Public Class Calendar _
    Inherits SoapHttpClientProtocol
用法
Dim instance As Calendar
[WebServiceBindingAttribute(Name = "CalendarSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/")]
public class Calendar : SoapHttpClientProtocol

备注

Calendar类方法对企业资源,并非所有 Project Server 中的企业日历功能支持仅日历例外。您可以添加和更新为日历例外的 Project Server 资源的休息时间。

已发布数据库中未标准化入企业日历工作周。工作周信息存储为二进制数据,因此可用于加载到CalendarDataSet对象的所有日历信息无直接查询。

若要管理企业日历的其他功能,使用 Microsoft Project Professional。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

Calendar 成员

WebSvcCalendar 命名空间