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
)
パラメーター
row
型: WebSvcWorkflow.ResourceDataSet.CalendarExceptionsRow削除する行が含まれています。
関連項目
参照先
ResourceDataSet.CalendarExceptionsDataTable クラス