ResourceDataSet.CalendarExceptionsDataTable.AddCalendarExceptionsRow メソッド
CalendarExceptionsDataTableにCalendarExceptionsRowオブジェクトを追加します。
名前空間: WebSvcResource
アセンブリ: 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
)
パラメーター
row
型: WebSvcResource.ResourceDataSet.CalendarExceptionsRow追加するカレンダー例外行。
注釈
AddCalendarExceptionsRowメソッドのシグネチャは次のように、オーバー ロードします。
サード パーティの開発者は、1 つのResourceDataSet.CalendarExceptionsRowのパラメーターを持つオーバー ロードを使用してください。たとえば、 AddCalendarExceptionsRow(ResourceDataSet.CalendarExceptionsRow row)です。
Microsoft Visual Studio で、[オブジェクト エクスプ ローラーは、 CalendarExceptionsRow内のすべてのフィールドを個々 のパラメーターを使用する別のオーバーを示しています。オーバー ロードは、内部的に使用されます。
public CalendarExceptionsRow AddCalendarExceptionsRow( ResourcesRow parentResourcesRowByResourcesCalendarExceptions, string Name, System.DateTime Start, System.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 クラス