共用方式為


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 命名空間