次の方法で共有


ResourceDataSet.CalendarExceptionsDataTable.AddCalendarExceptionsRow メソッド

CalendarExceptionsDataTableにCalendarExceptionsRowオブジェクトを追加します。

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

構文

'宣言
Public Sub AddCalendarExceptionsRow ( _
    row As ResourceDataSet.CalendarExceptionsRow _
)
'使用
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim row As ResourceDataSet.CalendarExceptionsRow

instance.AddCalendarExceptionsRow(row)
public void AddCalendarExceptionsRow(
    ResourceDataSet.CalendarExceptionsRow row
)

パラメーター

注釈

Add CalendarExceptionsRowメソッドのシグネチャは次のように、オーバー ロードします。

  • サード パーティの開発者は、たとえば、 AddCalendarExceptionsRow(ResourcesDataSet.CalendarExceptionsRow row)をResourceDataSet.CalendarExceptionsRow 1 つのパラメーターを持つオーバー ロードを使用してください。

  • Microsoft Visual Studio で、[オブジェクト エクスプ ローラーはCalendarExceptionsRowのすべてのフィールドを個々 のパラメーターを使用する別のオーバー ロードを示しています。オーバー ロードは、内部的に使用されます。

    public CalendarExceptionsRow AddCalendarExceptionsRow (
            ResourcesRow parentResourcesRowByResourcesCalendarExceptions,
            string Name,
            DateTime Start,
            DateTime Finish,
            int Shift1Start,
            int Shift1Finish,
            int Shift2Start,
            int Shift2Finish,
            int Shift3Start,
            int Shift3Finish,
            int Shift4Start,
            int Shift4Finish,
            int Shift5Start,
            int Shift5Finish,
            int RecurrenceType,
            int RecurrenceFrequency,
            int RecurrenceDays,
            int RecurrenceMonthDay,
            int RecurrenceMonth,
            int RecurrencePosition
    )
    

関連項目

参照先

ResourceDataSet.CalendarExceptionsDataTable クラス

ResourceDataSet.CalendarExceptionsDataTable メンバー

WebSvcWorkflow 名前空間