次の方法で共有


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)を参照してください。

プロジェクト サーバーのアクセス許可

権限

説明

ManageEnterpriseCalendars

エンタープライズ カレンダーを管理することができます。グローバル アクセス権。

関連項目

参照先

Calendar クラス

Calendar メンバー

WebSvcCalendar 名前空間