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
)
参数
row
类型:WebSvcCalendar.CalendarDataSet.CalendarExceptionsRow包含要删除的行。
另请参阅
引用
CalendarDataSet.CalendarExceptionsDataTable 类