Метод 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 класс