共用方式為


ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow 方法

會從CalendarExceptionsDataTable刪除指定的 row 物件。

命名空間:  WebSvcResource
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public Sub RemoveCalendarExceptionsRow ( _
    row As ResourceDataSet.CalendarExceptionsRow _
)
'用途
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim row As ResourceDataSet.CalendarExceptionsRow

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

參數

請參閱

參照

ResourceDataSet.CalendarExceptionsDataTable 類別

ResourceDataSet.CalendarExceptionsDataTable 成員

WebSvcResource 命名空間