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 類別