CalendarDataSet.CalendarExceptionsDataTable.AddCalendarExceptionsRow 方法

将一个CalendarExceptionsRow对象添加到CalendarExceptionsDataTable中。

命名空间:  WebSvcCalendar
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Sub AddCalendarExceptionsRow ( _
    row As CalendarDataSet.CalendarExceptionsRow _
)
用法
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim row As CalendarDataSet.CalendarExceptionsRow

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

参数

备注

AddCalendarExceptionsRow方法签名被重载,如下所示:

  • 第三方开发人员应使用有一个CalendarDataSet.CalendarExceptionsRow参数的重载。例如, AddCalendarExceptionsRow(CalendarDataSet.CalendarExceptionsRow row)。

  • Microsoft Visual Studio 在对象资源管理器中显示另一个重载,它使用CalendarExceptionsRow中的所有字段的各个参数。在内部使用此重载。

    public CalendarExceptionsRow AddCalendarExceptionsRow(
        CalendarsRow parentCalendarsRowByCalendarCalendarExceptions, 
        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) 
    

另请参阅

引用

CalendarDataSet.CalendarExceptionsDataTable 类

CalendarDataSet.CalendarExceptionsDataTable 成员

WebSvcCalendar 命名空间