共用方式為


Calendar.CheckOutCalendars 方法

取出指定的企業行事曆,以供編輯的例外狀況。

命名空間:  WebSvcCalendar
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckOutCalendars", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckOutCalendars ( _
    array As Guid() _
)
'用途
Dim instance As Calendar
Dim array As Guid()

instance.CheckOutCalendars(array)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckOutCalendars", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckOutCalendars(
    Guid[] array
)

參數

  • array
    類型:[]

    會指出指定企業行事曆的唯一識別碼的陣列。

備註

程式碼範例,請參閱UpdateCalendars(CalendarDataSet, Boolean, Boolean)

Project Server 權限

權限

描述

ManageEnterpriseCalendars

可讓使用者管理企業行事曆。通用權限。

請參閱

參照

Calendar 類別

Calendar 成員

WebSvcCalendar 命名空間