CalendarDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow 方法

CalendarDataSet.CalendarExceptionsDataTable中删除指定的行。

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

语法

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

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

参数

另请参阅

引用

CalendarDataSet.CalendarExceptionsDataTable 类

CalendarDataSet.CalendarExceptionsDataTable 成员

WebSvcCalendar 命名空间