次の方法で共有


Calendar.CheckInCalendars メソッド

例外の編集に以前にチェック アウトされた指定されたエンタープライズ カレンダーをチェックインします。

名前空間:  WebSvcCalendar
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckInCalendars", 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 CheckInCalendars ( _
    array As Guid(), _
    force As Boolean _
)
'使用
Dim instance As Calendar
Dim array As Guid()
Dim force As Boolean

instance.CheckInCalendars(array, force)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckInCalendars", 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 CheckInCalendars(
    Guid[] array,
    bool force
)

パラメーター

  • array
    型: []

    エンタープライズ カレンダーを指定する一意の識別子の配列を示します。

  • force
    型: System.Boolean

    Trueかどうか、は、チェックイン プロセス中に発生して、チェックインが完了したすべてのエラーは無視されます。

注釈

サンプル コードでは、 UpdateCalendars(CalendarDataSet, Boolean, Boolean)を参照してください。

関連項目

参照先

Calendar クラス

Calendar メンバー

WebSvcCalendar 名前空間