次の方法で共有


ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow メソッド

CalendarExceptionsDataTableからの行の指定したオブジェクトを削除します。

名前空間:  WebSvcWorkflow
アセンブリ:  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 メンバー

WebSvcWorkflow 名前空間