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
)
參數
row
類型:WebSvcResource.ResourceDataSet.CalendarExceptionsRow包含要刪除的資料列。
請參閱
參照
ResourceDataSet.CalendarExceptionsDataTable 類別